]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/constant.h
Add files
[libs/datafile.git] / source / constant.h
diff --git a/source/constant.h b/source/constant.h
new file mode 100644 (file)
index 0000000..1faba71
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+This file is part of libmspparser
+Copyright © 2006 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+#ifndef MSP_PARSER_CONSTANT_H_
+#define MSP_PARSER_CONSTANT_H_
+
+class Constant
+{
+public:
+
+};
+
+#endif