Timetabler
global_vars.h
Go to the documentation of this file.
1 
3 #ifndef GLOBAL_VARS_H
4 #define GLOBAL_VARS_H
5 
6 #include "timetabler.h"
7 
11 extern Timetabler *timetabler;
12 
13 #endif
Class for time tabler.
Definition: timetabler.h:44
Timetabler * timetabler
Definition: main.cpp:90