aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/smelt_config.hpp
diff options
context:
space:
mode:
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