Subversion Repositories public iLand

Rev

Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
774 werner 1
#ifndef GLOBALSETTINGS_H
2
#define GLOBALSETTINGS_H
3
 
4
bool logLevelDebug() {return true; }
5
bool logLevelInfo() {return true; }
6
 
7
class GlobalSettings {
8
    GlobalSettings() {}
9
};
10
 
11
#endif // GLOBALS_H