2020-08-16 15:02:08 +00:00
|
|
|
#ifndef GUARD_WADDLE_DEE_H
|
|
|
|
#define GUARD_WADDLE_DEE_H
|
2020-08-16 06:31:29 +00:00
|
|
|
|
|
|
|
#include "data.h"
|
|
|
|
#include "functions.h"
|
|
|
|
|
2021-05-29 20:05:22 +00:00
|
|
|
void* CreateWaddleDee(struct Object* arg0, u8 arg1);
|
2020-08-16 06:31:29 +00:00
|
|
|
|
|
|
|
#endif
|