aboutsummaryrefslogtreecommitdiff
path: root/smelt/w32/smelt_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/w32/smelt_config.hpp')
-rw-r--r--smelt/w32/smelt_config.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/smelt/w32/smelt_config.hpp b/smelt/w32/smelt_config.hpp
new file mode 100644
index 0000000..4400ae3
--- /dev/null
+++ b/smelt/w32/smelt_config.hpp
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+/*
+ * Simple MultimEdia LiTerator(SMELT)
+ * by Chris Xiong 2015
+ * Configuration header for Windows 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