timesynk/engine/states/state_globals.h

13 lines
200 B
C

#ifndef STATE_GLOBALS_H
#define STATE_GLOBALS_H
#include "../ts_event.h"
#include "../ui/elements.h"
#include "../globals.h"
#include "../interfaces.h"
void stopRunning();
int is_switching;
#endif