Timetabler
global_vars.h
1 #ifndef GLOBAL_VARS_H
2 #define GLOBAL_VARS_H
3 
4 #include "time_tabler.h"
5 
6 extern Timetabler *timetabler;
7 
8 #endif
Class for time tabler.
Definition: time_tabler.h:44