]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/lua_api/l_server.h
Attachments: Fix interpolation from (0,0,0) after detach
[dragonfireclient.git] / src / script / lua_api / l_server.h
index 251a0ce89e37004a96b1afd5ae9a68d917943b68..3aa1785a248295bed8c81dc544f57c8a21701caa 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_SERVER_H_
-#define L_SERVER_H_
+#pragma once
 
 #include "lua_api/l_base.h"
 
@@ -110,5 +109,3 @@ class ModApiServer : public ModApiBase
 public:
        static void Initialize(lua_State *L, int top);
 };
-
-#endif /* L_SERVER_H_ */