mzm/include/demo.h
y.demaisonregne fb1d1d2444 Add demo.c
2023-03-13 23:17:03 +01:00

13 lines
186 B
C

#ifndef DEMO_H
#define DEMO_H
#include "types.h"
void DemoVBlank(void);
void DemoStart(void);
void DemoInit(void);
void unk_60cbc(u8 param_1);
void DemoEnd(void);
#endif /* DEMO_H */