#ifndef FX2_GLOBALS_H #define FX2_GLOBALS_H #include 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