timesynk/main.h

7 lines
70 B
C

#ifndef MAIN_H
#define MAIN_H
int is_running;
void appQuit();
#endif