summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_particles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_particles.h')
-rw-r--r--src/script/lua_api/l_particles.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/script/lua_api/l_particles.h b/src/script/lua_api/l_particles.h
index c593f47e4..122810b6d 100644
--- a/src/script/lua_api/l_particles.h
+++ b/src/script/lua_api/l_particles.h
@@ -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_PARTICLES_H_
-#define L_PARTICLES_H_
+#pragma once
#include "lua_api/l_base.h"
@@ -31,7 +30,3 @@ private:
public:
static void Initialize(lua_State *L, int top);
};
-
-
-
-#endif /* L_PARTICLES_H_ */