Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
committerStijn Buys <ingar@osirion.org>2008-01-30 17:35:04 +0000
commitbac8343bbc9f1e4cf97a561c732054539f21f03d (patch)
tree4d8997f26c6d63ed4ad61fc1057752f0c1b27ca1 /src/game/player.h
parent69f7ffa70863bef2be4cae08c466b5d97a627277 (diff)
accomodate the new modules
Diffstat (limited to 'src/game/player.h')
-rw-r--r--src/game/player.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/game/player.h b/src/game/player.h
index d2f2316..0fdec76 100644
--- a/src/game/player.h
+++ b/src/game/player.h
@@ -4,14 +4,14 @@
the terms and conditions of the GNU General Public License version 2
*/
-#ifndef __INCLUDED_PLAYER_H__
-#define __INCLUDED_PLAYER_H__
+#ifndef __INCLUDED_GAME_PLAYER_H__
+#define __INCLUDED_GAME_PLAYER_H__
#include <string>
namespace game {
-/// A player in the game
+/// a player in the game
class Player {
public:
Player();
@@ -23,4 +23,5 @@ public:
} // namespace game
-#endif // __INCLUDED_PLAYER_H__
+#endif // __INCLUDED_GAME_PLAYER_H__
+