added servatrice/src/main.h
This commit is contained in:
parent
c7ff0c8aa3
commit
8edc5b0635
1 changed files with 7 additions and 0 deletions
7
servatrice/src/main.h
Normal file
7
servatrice/src/main.h
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef MAIN_H
|
||||||
|
#define MAIN_H
|
||||||
|
|
||||||
|
class ServerLogger;
|
||||||
|
extern ServerLogger *logger;
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue