aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_nodetimer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/script/lua_api/l_nodetimer.h (renamed from src/scriptapi_nodetimer.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scriptapi_nodetimer.h b/src/script/lua_api/l_nodetimer.h
index a4536d947..f652b4900 100644
--- a/src/scriptapi_nodetimer.h
+++ b/src/script/lua_api/l_nodetimer.h
@@ -1,5 +1,5 @@
/*
-Minetest-c55
+Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
This program is free software; you can redistribute it and/or modify
@@ -17,8 +17,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef LUA_NODETIMER_H_
-#define LUA_NODETIMER_H_
+#ifndef L_NODETIMER_H_
+#define L_NODETIMER_H_
extern "C" {
#include <lua.h>
@@ -67,4 +67,4 @@ public:
-#endif /* LUA_NODETIMER_H_ */
+#endif /* L_NODETIMER_H_ */