6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct RoomEax {
|
||
|
s32 count;
|
||
|
s32 indices[count];
|
||
|
};
|