mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef {objectSpecCap}_H
|
|
#define {objectSpecCap}_H
|
|
|
|
#include "gfx.h"
|
|
|
|
extern Gfx g{actorSpec}DL[];
|
|
|
|
#endif
|