#if !defined(LD_GAME_WORLD_H_) #define LD_GAME_WORLD_H_ typedef struct World World; struct World { NPC npcs[128]; U32 npcCount; }; #endif // LD_GAME_WORLD_H_