blob: 9ba0dc860018eb2d0b23e2e93042198a98297fb2 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef GAMEPLAY_KEEP_DIRECTIONAL_SIGN_MODEL_H
#define GAMEPLAY_KEEP_DIRECTIONAL_SIGN_MODEL_H
#include "ultra64.h"
extern Vtx gSignDirectionalVtx[];
extern Gfx gSignDirectionalDL[88];
#endif
|