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