From f7f66525dcf08015af4f5c1b0eb9d3cec94d886d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 13:04:32 +0000 Subject: moved to src/ removed GAMESCALE --- src/osirion.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/osirion.h (limited to 'src/osirion.h') 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__ -- cgit v1.2.3