timesynk/engine/states/state_globals.c

6 lines
68 B
C

#include "state_globals.h"
void stopRunning() {
g_running = 0;
}