Files
HackerOoT/template_files/object.h

9 lines
108 B
C

#ifndef {objectSpecCap}_H
#define {objectSpecCap}_H
#include "gfx.h"
extern Gfx g{actorSpec}DL[];
#endif