blob: abcb5ff7601032a243d9be53e9c06fbbd827d3e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "rectangular_sign_model.h"
#include "sign_textures.h"
#include "gfx.h"
Vtx gSignRectangularVtx[] = {
#include "assets/objects/gameplay_keep/gSignRectangularVtx.inc.c"
};
Gfx gSignRectangularDL[81] = {
#include "assets/objects/gameplay_keep/gSignRectangularDL.inc.c"
};
|