katam/include/noddy.h

14 lines
221 B
C
Raw Normal View History

2021-11-21 06:12:47 +00:00
#ifndef GUARD_NODDY_H
#define GUARD_NODDY_H
#include "global.h"
#include "data.h"
void *CreateNoddy(struct Object *, u8);
2023-03-11 00:52:17 +00:00
void sub_080C22E4(struct Object2 *);
extern const struct Unk_02021590 gUnk_0835544C[];
2021-11-21 06:12:47 +00:00
#endif