mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Move Path to z64scene.h
This commit is contained in:
parent
fa4c848cad
commit
882a7ba1f5
2 changed files with 6 additions and 6 deletions
|
@ -806,12 +806,6 @@ typedef struct
|
|||
/* 0x01 */ u8 room;
|
||||
} EntranceEntry;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* 0x00 */ u8 n_points;
|
||||
/* 0x04 */ Vec3s* point_array;
|
||||
} Path; // size = 0x8
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* 0x00 */ u32 vromStart;
|
||||
|
|
|
@ -303,6 +303,12 @@ typedef struct
|
|||
} MeshHeader2;
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* 0x00 */ u8 nPoints;
|
||||
/* 0x04 */ Vec3s* pointArray;
|
||||
} Path; // size = 0x8
|
||||
|
||||
typedef struct
|
||||
{
|
||||
u8 ambientClrR, ambientClrG, ambientClrB;
|
||||
|
|
Loading…
Reference in a new issue