Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2007-10-21 13:04:32 +0000
committerStijn Buys <ingar@osirion.org>2007-10-21 13:04:32 +0000
commitf7f66525dcf08015af4f5c1b0eb9d3cec94d886d (patch)
treed2a5512dbdb9ea2c40c70c0cdcd7cb06d1607ee6 /src
parent5d166c464a2441c4baa1ce1dbc090b4c695a85d6 (diff)
moved to src/
removed GAMESCALE
Diffstat (limited to 'src')
-rw-r--r--src/osirion.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/osirion.h b/src/osirion.h
new file mode 100644
index 0000000..0b9cc06
--- /dev/null
+++ b/src/osirion.h
@@ -0,0 +1,11 @@
+/* osirion.h
+ This file is part of the Osirion project and is distributed under
+ the terms and conditions of the GNU General Public License version 2
+*/
+
+#ifndef __INCLUDED_OSIRION_H__
+#define __INCLUDED_OSIRION_H__
+
+#define OSIRION_VERSION "0.0.1"
+
+#endif // __INCLUDED_OSIRION_H__