sovereignx/include/berry_crush.h

9 lines
152 B
C
Raw Normal View History

2019-03-31 15:05:32 +01:00
#ifndef GUARD_BERRY_CRUSH_H
#define GUARD_BERRY_CRUSH_H
2019-08-01 23:41:55 +01:00
#include "main.h"
2020-05-30 09:09:21 +01:00
void StartBerryCrush(MainCallback callback);
2019-03-31 15:05:32 +01:00
#endif // GUARD_BERRY_CRUSH_H