summaryrefslogtreecommitdiff
path: root/src/content_cso.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_cso.h')
-rw-r--r--src/content_cso.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/content_cso.h b/src/content_cso.h
index 5007d2526..cc9213175 100644
--- a/src/content_cso.h
+++ b/src/content_cso.h
@@ -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
-