mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
14 lines
221 B
C
14 lines
221 B
C
#ifndef GUARD_NODDY_H
|
|
#define GUARD_NODDY_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
void *CreateNoddy(struct Object *, u8);
|
|
|
|
void sub_080C22E4(struct Object2 *);
|
|
|
|
extern const struct Unk_02021590 gUnk_0835544C[];
|
|
|
|
#endif
|