mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2025-02-21 20:50:36 +00:00
10 lines
132 B
C
10 lines
132 B
C
#ifndef GUARD_NODDY_H
|
|
#define GUARD_NODDY_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
void *CreateNoddy(struct Object *, u8);
|
|
|
|
#endif
|