1 2 3 4 5 6 7 8 9 10
#include "gameCommon.h" #define ASSETS_NAME_MAX 100 #define IMAGE_ASSET_COUNT 4 #define ANIMATION_ASSET_COUNT 2 #ifndef ASSETS_H #define ASSETS_H #endif