]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_vmanip.h
Added the API additions from waspsaliva
[dragonfireclient.git] / src / script / lua_api / l_vmanip.h
index e706f3727d0ec4d82be1ed039240fea5286026d9..15ab9eef8c2fc8717604c038b3fa0bdefb8ae789 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 L_VMANIP_H_
-#define L_VMANIP_H_
+#pragma once
 
 #include <map>
 #include "irr_v3d.h"
@@ -80,5 +79,3 @@ class LuaVoxelManip : public ModApiBase
 
        static void Register(lua_State *L);
 };
-
-#endif /* L_VMANIP_H_ */