#ifndef INCLUDE_ASSET_DEFS #define INCLUDE_ASSET_DEFS #include font* fnt_24; font* fnt_20; image* img_icon_bullets; image* img_icon_nova; image* img_zombie_chunk_hand; image* img_zombie_chunk_foot; void load_assets(); #endif