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 ccdb00610..cc9213175 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); |