From 48aa068b036f565d6b94d4207242066ba655afe4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 17:48:16 +0000 Subject: entities, step 1 --- src/game/shared.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/game/shared.h (limited to 'src/game/shared.h') diff --git a/src/game/shared.h b/src/game/shared.h new file mode 100644 index 0000000..5c04309 --- /dev/null +++ b/src/game/shared.h @@ -0,0 +1,18 @@ +/* + game/game.h + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 +*/ + +#ifndef __INCLUDED_GAME_SHARED_H__ +#define __INCLUDED_GAME_SHARED_H__ + +namespace game +{ + // entity type constants + const unsigned int ship_enttype = 1; + const unsigned int star_enttype = 2; + +} + +#endif -- cgit v1.2.3