mirror of
https://github.com/zeldaret/oot
synced 2026-08-09 10:53:57 -04:00
b56b5fc2c8
* commit object_timeblock * commit object_ta * commit object_syokudai * commit object_spot17_obj * format * commit object_spot16_obj * fixup * commit object_spot15_obj
11 lines
256 B
C
11 lines
256 B
C
#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"
|
|
};
|