Initial check in
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user