mirror of
https://github.com/zeldaret/oot
synced 2026-08-05 01:29:54 -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
25 lines
700 B
C
25 lines
700 B
C
#include "object_spot15_obj.h"
|
|
#include "array_count.h"
|
|
#include "camera.h"
|
|
#include "z_math.h"
|
|
|
|
BgCamInfo gLonLonMilkCrateBgCamList[] = {
|
|
#include "assets/objects/object_spot15_obj/gLonLonMilkCrateBgCamList.inc.c"
|
|
};
|
|
|
|
SurfaceType gLonLonMilkCrateSurfaceTypes[] = {
|
|
#include "assets/objects/object_spot15_obj/gLonLonMilkCrateSurfaceTypes.inc.c"
|
|
};
|
|
|
|
CollisionPoly gLonLonMilkCratePolyList[] = {
|
|
#include "assets/objects/object_spot15_obj/gLonLonMilkCratePolyList.inc.c"
|
|
};
|
|
|
|
Vec3s gLonLonMilkCrateVtxList[] = {
|
|
#include "assets/objects/object_spot15_obj/gLonLonMilkCrateVtxList.inc.c"
|
|
};
|
|
|
|
CollisionHeader gLonLonMilkCrateCol = {
|
|
#include "assets/objects/object_spot15_obj/gLonLonMilkCrateCol.inc.c"
|
|
};
|