summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_particles_local.h
diff options
context:
space:
mode:
authorAwkor <awkor.16+github@gmail.com>2020-05-23 13:23:05 +0200
committerGitHub <noreply@github.com>2020-05-23 13:23:05 +0200
commit037422fdba9a47bd538480988fbf8aad67d66c85 (patch)
treeb206910fbe0112dd9968d62c48f5f2b0fc34b84d /src/script/lua_api/l_particles_local.h
parente79bc40c0a5312baf4e8c3e33048d50b41b4a2ff (diff)
downloadminetest-037422fdba9a47bd538480988fbf8aad67d66c85.tar.gz
minetest-037422fdba9a47bd538480988fbf8aad67d66c85.tar.bz2
minetest-037422fdba9a47bd538480988fbf8aad67d66c85.zip
Modernize include guards and add missing ones (#9898)
Diffstat (limited to 'src/script/lua_api/l_particles_local.h')
-rw-r--r--src/script/lua_api/l_particles_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/lua_api/l_particles_local.h b/src/script/lua_api/l_particles_local.h
index 5dff153b3..d8bb2b1c6 100644
--- a/src/script/lua_api/l_particles_local.h
+++ b/src/script/lua_api/l_particles_local.h
@@ -18,6 +18,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#pragma once
+
#include "lua_api/l_base.h"
class ModApiParticlesLocal : public ModApiBase