summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/item_drop_dl.h
blob: 6caaa6863b436e5e59d5f391ec694e985f00eff4 (plain)
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