Merge branch 'main' of yibble.dev:bulmanator/ld58
Fixed conflicts Added "code" directory for include to make it easier to include core headers Stopped warnings (probably cl specific)
This commit is contained in:
10
code/game/world.h
Normal file
10
code/game/world.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user