aboutsummaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-05-25 20:42:27 +0200
committerArisotura <thetotalworm@gmail.com>2019-05-25 20:42:27 +0200
commit94f5ecb64714c3a4026bebe4f81a99ca4dba0362 (patch)
treecfc88ac94ce13bb1332aadde9f15c6eb4e61aee5 /src/Config.h
parent63e42bf90fa9d78c92123dcbc9c2b8ca5bb5e3ba (diff)
parent9ed1dda9ca18e571fc6613885ac944bbb938cd9a (diff)
Merge branch 'blackmagic'
BAHAHAHHAHAHAHAAHAHAHAHHH HARK HARK HARK HARK HA-*~
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index 88eb202..642e9d5 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -40,8 +40,12 @@ bool HasConfigFile(const char* fileName);
void Load();
void Save();
+extern int _3DRenderer;
extern int Threaded3D;
+extern int GL_ScaleFactor;
+extern int GL_Antialias;
+
}
#endif // CONFIG_H