From e61367a326a5b74bfc67cc66b711ab5a69532b7e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 10 Nov 2007 14:29:35 +0000 Subject: fixed #defines --- src/client/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/client.h') 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 -- cgit v1.2.3