summaryrefslogtreecommitdiff
path: root/src/clientsimpleobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientsimpleobject.h')
-rw-r--r--src/clientsimpleobject.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/clientsimpleobject.h b/src/clientsimpleobject.h
index 6cdeaeff9..f4a40bcd3 100644
--- a/src/clientsimpleobject.h
+++ b/src/clientsimpleobject.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef CLIENTSIMPLEOBJECT_HEADER
-#define CLIENTSIMPLEOBJECT_HEADER
+#pragma once
#include "irrlichttypes_bloated.h"
class ClientEnvironment;
@@ -34,5 +33,3 @@ public:
virtual void step(float dtime) {}
};
-
-#endif