16 lines
232 B
C
16 lines
232 B
C
|
|
// 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"
|
|
|
|
|
|
|
|
|