katam/include/noddy.h
2023-03-11 21:29:22 +03:00

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