diff options
| author | Stijn Buys <ingar@osirion.org> | 2009-08-18 09:24:15 +0000 | 
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2009-08-18 09:24:15 +0000 | 
| commit | f030154fe727e25a2afe1f78b3998c2d2dba95e4 (patch) | |
| tree | cd92baf9e4fa8a136523b9eb570e9811846c9250 /src/client/clientext.h | |
| parent | 5636fad174f0bcff857c357c394c4cc8d424b302 (diff) | |
astyle cleanup, corrects not loading of material textures
Diffstat (limited to 'src/client/clientext.h')
| -rw-r--r-- | src/client/clientext.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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 | 
