]> git.lizzy.rs Git - minetest.git/blobdiff - src/clientsimpleobject.h
Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves...
[minetest.git] / src / clientsimpleobject.h
index 6cdeaeff96d9428fcf7864ca7c50fc09ac29cf49..f4a40bcd3ba3278ab89e45eefc9e34e07e6154db 100644 (file)
@@ -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 @@ class ClientSimpleObject
 
        virtual void step(float dtime) {}
 };
-
-#endif