diff options
Diffstat (limited to '')
-rw-r--r-- | WebServer/Globals.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/WebServer/Globals.h b/WebServer/Globals.h index fd31ba703..d60f34720 100644 --- a/WebServer/Globals.h +++ b/WebServer/Globals.h @@ -1,15 +1,15 @@ -
-// Globals.h
-
-// This file gets included from every module in the project, so that global symbols may be introduced easily
-// Also used for precompiled header generation in MSVC environments
-
-
-
-
-
-#include "../source/Globals.h"
-
-
-
-
+ +// Globals.h + +// This file gets included from every module in the project, so that global symbols may be introduced easily +// Also used for precompiled header generation in MSVC environments + + + + + +#include "../source/Globals.h" + + + + |