aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/smelt_config.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-10-25 22:28:57 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-10-25 22:28:57 +0800
commit6206029f2d0af3ef76a0a61ef024ca758307ba19 (patch)
tree3c5d558a8f2d8271cbf0cc5b827e3f2165402dc7 /smelt/sdl/smelt_config.hpp
parent12ac4db50e8c2b131d992733bb93b554e2cbd7d0 (diff)
downloadSMELT-6206029f2d0af3ef76a0a61ef024ca758307ba19.tar.xz
Add more options to the config file.
Diffstat (limited to 'smelt/sdl/smelt_config.hpp')
-rw-r--r--smelt/sdl/smelt_config.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/smelt/sdl/smelt_config.hpp b/smelt/sdl/smelt_config.hpp
index 0e56e8a..3d8c2ca 100644
--- a/smelt/sdl/smelt_config.hpp
+++ b/smelt/sdl/smelt_config.hpp
@@ -18,3 +18,13 @@
* Client-side vertex buffer size.
*/
#define VERTEX_BUFFER_SIZE 4000
+
+/*
+ * Uncomment this to build a "dumb" version with no audio routines.
+ */
+//#define ENABLE_DUMB
+
+/*
+ * Undefine this to disable ogg support.
+ */
+#define ENABLE_OGG_SUPPORT