blob: 2c86d667e5274a32593eeec434f3ae4b399da95c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "object_spot15_obj.h"
#include "gfx.h"
Vtx gLonLonCorralFenceVtx[] = {
#include "assets/objects/object_spot15_obj/gLonLonCorralFenceVtx.inc.c"
};
Gfx gLonLonCorralFenceDL[18] = {
#include "assets/objects/object_spot15_obj/gLonLonCorralFenceDL.inc.c"
};
|