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/clientext.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/clientext.h') diff --git a/src/client/clientext.h b/src/client/clientext.h index d76546d..123c4c0 100644 --- a/src/client/clientext.h +++ b/src/client/clientext.h @@ -13,7 +13,8 @@ namespace client { /// the client extension of an entity -class ClientExt :public core::Extension { +class ClientExt : public core::Extension +{ public: ClientExt(core::Entity *entity); ~ClientExt(); @@ -21,7 +22,7 @@ public: virtual void frame(float elapsed); private: - + }; } // namespace client -- cgit v1.2.3