#include "global.h" #include "entity.h" #ifndef NPC_H #define NPC_H typedef struct { u16 palette; u8 animIndex; u8 unk; } SpriteLoadData; #endif