From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/client/map.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index a3d8709..1fc1547 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -1,7 +1,7 @@ /* client/map.h - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 */ #ifndef __INCLUDED_CLIENT_MAP_H__ @@ -11,7 +11,8 @@ #include "ui/label.h" #include "core/entity.h" -namespace client { +namespace client +{ class Map : public ui::Window { @@ -19,7 +20,9 @@ public: Map(ui::Widget *parent = 0); virtual ~Map(); - inline unsigned int hover() const { return map_hover; } + inline unsigned int hover() const { + return map_hover; + } /// toggle the map window void toggle(); -- cgit v1.2.3