mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef GUARD_CODE_0800ECAC_H
|
|
#define GUARD_CODE_0800ECAC_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
struct Unk_0800ECAC { // TODO: may be the same as struct KirbyIdx?
|
|
u8 unk0;
|
|
}; /* size = 4 */
|
|
|
|
#endif
|