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/soundext.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/client/soundext.h') diff --git a/src/client/soundext.h b/src/client/soundext.h index d2028dd..a99cee0 100644 --- a/src/client/soundext.h +++ b/src/client/soundext.h @@ -13,7 +13,8 @@ namespace client { /// the sound extension of an entity -class SoundExt :public core::Extension { +class SoundExt : public core::Extension +{ public: SoundExt(core::Entity *Entity); ~SoundExt(); @@ -43,7 +44,7 @@ private: }; } - //namespace client - // +//namespace client +// #endif // __INCLUDED_CLIENT_CLIENTEXT_H__ -- cgit v1.2.3