aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/smelt_config.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-07 23:47:53 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-07 23:47:53 +0800
commit308cc42fbc27522615baf7843511571434c34062 (patch)
tree612ac7ee671a27de6c823ed4760c95a9d150f86a /smelt/sdl/smelt_config.hpp
parentcccf71f117f6acd02726d8d72702bdc8cc35d86d (diff)
downloadbullet-lab-remix-308cc42fbc27522615baf7843511571434c34062.tar.xz
Update SMELT to the latest revision.HEADmaster
Diffstat (limited to 'smelt/sdl/smelt_config.hpp')
-rw-r--r--smelt/sdl/smelt_config.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/smelt/sdl/smelt_config.hpp b/smelt/sdl/smelt_config.hpp
new file mode 100644
index 0000000..0e56e8a
--- /dev/null
+++ b/smelt/sdl/smelt_config.hpp
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+/*
+ * Simple MultimEdia LiTerator(SMELT)
+ * by Chris Xiong 2015
+ * Configuration header for SDL version
+ *
+ * Modify this header according to your own requirements.
+ *
+ */
+
+/*
+ * Maximum audio channels.
+ * (How many audio can be played simultaneously?)
+ */
+#define SRC_MAX 128
+
+/*
+ * Client-side vertex buffer size.
+ */
+#define VERTEX_BUFFER_SIZE 4000