1 2 3 4 5 6 7 8 9
#ifndef GAMEPLAY_KEEP_ITEM_DROP_DL_H #define GAMEPLAY_KEEP_ITEM_DROP_DL_H #include "ultra64.h" extern Gfx gItemDropDL[17]; extern Vtx gItemDropVtx[]; #endif