]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_cso.h
Rename CSM flavours to restrictions
[dragonfireclient.git] / src / content_cso.h
index 5007d252696144268910b4288ccb483666129db0..cc92131752dc6be632e923f772d968d8d1b77937 100644 (file)
@@ -17,14 +17,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef CONTENT_CSO_HEADER
-#define CONTENT_CSO_HEADER
+#pragma once
 
 #include "irrlichttypes_extrabloated.h"
 #include "clientsimpleobject.h"
 
 ClientSimpleObject* createSmokePuff(scene::ISceneManager *smgr,
                ClientEnvironment *env, v3f pos, v2f size);
-
-#endif
-