timesynk/main.h

7 lines
73 B
C

#ifndef MAIN_H
#define MAIN_H
int is_running;
int is_networking;
#endif