blob: bae717a341213a0a3ee943e8e2936b38379b994c (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GAMEPLAY_KEEP_FLAT_ROT_BLOCK_MODEL_H
#define GAMEPLAY_KEEP_FLAT_ROT_BLOCK_MODEL_H
#include "ultra64.h"
extern Vtx gFlatRotBlockVtx[];
extern Gfx gFlatRotBlockDL[22];
#endif
|