mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
24 lines
712 B
C
24 lines
712 B
C
#include "object_umajump.h"
|
|
#include "array_count.h"
|
|
#include "camera.h"
|
|
#include "z_math.h"
|
|
|
|
BgCamInfo gJumpableHorseFenceBgCamList[] = {
|
|
#include "assets/objects/object_umajump/gJumpableHorseFenceBgCamList.inc.c"
|
|
};
|
|
|
|
SurfaceType gJumpableHorseFenceSurfaceTypes[] = {
|
|
#include "assets/objects/object_umajump/gJumpableHorseFenceSurfaceTypes.inc.c"
|
|
};
|
|
|
|
CollisionPoly gJumpableHorseFencePolyList[] = {
|
|
#include "assets/objects/object_umajump/gJumpableHorseFencePolyList.inc.c"
|
|
};
|
|
|
|
Vec3s gJumpableHorseFenceVtxList[] = {
|
|
#include "assets/objects/object_umajump/gJumpableHorseFenceVtxList.inc.c"
|
|
};
|
|
|
|
CollisionHeader gJumpableHorseFenceCol = {
|
|
#include "assets/objects/object_umajump/gJumpableHorseFenceCol.inc.c"
|
|
};
|