katam/include/noddy.h
2021-12-12 11:24:33 +03:00

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