aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-10 23:28:02 +0100
committercbdev <cb@cbcdn.com>2019-12-10 23:28:02 +0100
commite517dbe783e65fdd1c80f5c917f8f924e2adfe8d (patch)
tree74bf446148b4e17a542fb8e728a8beb7ed87b3f2 /midimonster.h
parent31cc72f660513b033cc0621782586562bafab08e (diff)
downloadmidimonster-e517dbe783e65fdd1c80f5c917f8f924e2adfe8d.tar.gz
midimonster-e517dbe783e65fdd1c80f5c917f8f924e2adfe8d.tar.bz2
midimonster-e517dbe783e65fdd1c80f5c917f8f924e2adfe8d.zip
Implement rudimentary argument parsing
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/midimonster.h b/midimonster.h
index 5ce0c73..677eeee 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -5,6 +5,11 @@
#include <stdint.h>
#include <inttypes.h>
+/* Core version unless set by the build process */
+#ifndef MIDIMONSTER_VERSION
+ #define MIDIMONSTER_VERSION "v0.3-dist"
+#endif
+
/* API call attributes and visibilities */
#ifndef MM_API
#ifdef _WIN32