diff --git a/story-editor/src/main_window.h b/story-editor/src/main_window.h index a5fbacf..0a2d8e0 100644 --- a/story-editor/src/main_window.h +++ b/story-editor/src/main_window.h @@ -22,21 +22,7 @@ #include "library_manager.h" #include "library_window.h" #include "cpu_window.h" - - - -#define EV_MASK_OK_BUTTON 0b1 -#define EV_MASK_PREVIOUS_BUTTON 0b10 -#define EV_MASK_NEXT_BUTTON 0b100 -#define EV_MASK_UP_BUTTON 0b1000 -#define EV_MASK_DOWN_BUTTON 0b10000 -#define EV_MASK_HOME_BUTTON 0b100000 -#define EV_MASK_SELECT_BUTTON 0b1000000 -#define EV_MASK_START_BUTTON 0b10000000 -#define EV_MASK_STOP_BUTTON 0b100000000 -#define EV_MASK_PAUSE_BUTTON 0b1000000000 -#define EV_MASK_END_OF_AUDIO 0b10000000000 -#define EV_MASK_ALL 0xFFFFFFFFUL +#include "story_machine.h" struct DebugContext {