aboutsummaryrefslogtreecommitdiff
path: root/smelt/w32/smelt_config.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-22 23:51:06 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-22 23:51:06 +0800
commit2c5a0391c3299ccbb866a0dd33204dbeccfa2b95 (patch)
treebef068c68a50bad4735b23d524ab6e63b9d315e6 /smelt/w32/smelt_config.hpp
parent1c27cc906eb36d3182feb46981f60333bac1448b (diff)
downloadSMELT-2c5a0391c3299ccbb866a0dd33204dbeccfa2b95.tar.xz
Initial stubs for the Windows version.
The port is still incomplete and will be incomplete for a long time.
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