diff options
Diffstat (limited to 'src/client/content_cso.h')
-rw-r--r-- | src/client/content_cso.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/content_cso.h b/src/client/content_cso.h index cc9213175..ccdb00610 100644 --- a/src/client/content_cso.h +++ b/src/client/content_cso.h @@ -22,5 +22,5 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include "clientsimpleobject.h" -ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr, - ClientEnvironment *env, v3f pos, v2f size); +ClientSimpleObject *createSmokePuff( + scene::ISceneManager *smgr, ClientEnvironment *env, v3f pos, v2f size); |