#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