blob: 30f8ca44b4dce6597433af5b887438ad01e5e6ca (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GAMEPLAY_KEEP_HEART_PIECE_INTERIOR_MODEL_H
#define GAMEPLAY_KEEP_HEART_PIECE_INTERIOR_MODEL_H
#include "ultra64.h"
extern Vtx gHeartPieceInteriorVtx[];
extern Gfx gHeartPieceInteriorDL[53];
#endif
|