Files
2026-01-03 19:05:48 +01:00

20 lines
364 B
C

#ifndef FX2_GLOBALS_H
#define FX2_GLOBALS_H
#include <fx2.h>
extern xdata bool Sleep;
extern xdata bool GotSUD;
extern xdata bool Rwuen;
extern xdata bool SelfPower;
extern bool (*fx2_ep0_hook)();
extern bool (*fx2_ep1_hook)();
extern bool (*fx2_ep2_hook)();
extern bool (*fx2_ep4_hook)();
extern bool (*fx2_ep6_hook)();
extern bool (*fx2_ep8_hook)();
#endif