feat: Added nav and start of npc stuff
This commit is contained in:
10
code/game/npc.h
Normal file
10
code/game/npc.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#if !defined(LD_GAME_NPC_H_)
|
||||
#define LD_GAME_NPC_H_
|
||||
#include "aabb.h"
|
||||
|
||||
typedef struct NPC NPC;
|
||||
struct NPC {
|
||||
AABB collision;
|
||||
};
|
||||
|
||||
#endif // LD_GAME_NPC_H_
|
||||
Reference in New Issue
Block a user