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-11-10 14:29:35 +0000
committerStijn Buys <ingar@osirion.org>2007-11-10 14:29:35 +0000
commite61367a326a5b74bfc67cc66b711ab5a69532b7e (patch)
treeb2571c8d47b606753e07408b094ca45a12404091 /src
parent647dddf98545a7df44137e9285229a33184f9552 (diff)
fixed #defines
Diffstat (limited to 'src')
-rw-r--r--src/client/client.h6
-rw-r--r--src/client/hud.h11
2 files changed, 14 insertions, 3 deletions
diff --git a/src/client/client.h b/src/client/client.h
index 613061a..e3ff380 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -4,15 +4,15 @@
the terms and conditions of the GNU General Public License version 2
*/
+#ifndef __INCLUDED_CLIENT_H__
+#define __INCLUDED_CLIENT_H__
+
#include "camera.h"
#include "view.h"
#include "input.h"
#include "video.h"
#include "console.h"
-#ifndef __INCLUDED_CLIENT_H__
-#define __INCLUDED_CLIENT_H__
-
/// client-side functions to render and control the gameworld
/*!
* the client namespace contains the necessary functions to
diff --git a/src/client/hud.h b/src/client/hud.h
index e69de29..8b8c07c 100644
--- a/src/client/hud.h
+++ b/src/client/hud.h
@@ -0,0 +1,11 @@
+/*
+ client/hud.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_HUD_H__
+#define __INCLUDED_HUD_H__
+
+
+#endif // __INCLUDED_HUD_H__ \ No newline at end of file