]> git.lizzy.rs Git - minetest.git/blobdiff - src/script/common/helper.h
Animated particlespawners and more (#11545)
[minetest.git] / src / script / common / helper.h
index 7a794dc9ba5741a02b2d62d801d6d162df651205..6491e73cf3ddf28844c3b345cb84a7f9b5b1b270 100644 (file)
@@ -38,7 +38,8 @@ class LuaHelper
         * @param index Lua Index to read
         * @return read value from Lua
         */
-       template <typename T> static T readParam(lua_State *L, int index);
+       template <typename T>
+       static T readParam(lua_State *L, int index);
 
        /**
         * Read a value using a template type T from Lua State L and index