Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/soundext.h')
-rw-r--r--src/client/soundext.h7
1 files changed, 4 insertions, 3 deletions
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__