mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
19 lines
380 B
C
19 lines
380 B
C
#ifndef GUARD_UNKNOWN_75_H
|
|
#define GUARD_UNKNOWN_75_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
struct Unk_0888562C_4
|
|
{
|
|
struct Unk_0888562C unk0;
|
|
union LevelInfo_1E0 unk14; // TODO: always struct Unk_0888562C *?
|
|
}; /* size = 0x18 */
|
|
|
|
void *CreateUnknown75(struct Object *, u8);
|
|
void sub_0811C29C(struct Object2 *);
|
|
|
|
extern const struct Unk_02021590 gUnk_08357C58[];
|
|
|
|
#endif
|