1 2 3 4 5 6 7 8 9
#ifndef GAMEPLAY_KEEP_SMALL_CUBE_MODEL_H #define GAMEPLAY_KEEP_SMALL_CUBE_MODEL_H #include "ultra64.h" extern Vtx gSmallCubeVtx[]; extern Gfx gSmallCubeDL[23]; #endif