]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_inventory.h
Move `setlocale` from Lua to C++.
[dragonfireclient.git] / src / script / cpp_api / s_inventory.h
index d1a81de8026efcacceaa685fdb1490cc2a3a63df..93ec7fd4253d818829b89346e86f722050be320e 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 S_INVENTORY_H_
-#define S_INVENTORY_H_
+#pragma once
 
 #include "cpp_api/s_base.h"
 
@@ -65,7 +64,3 @@ class ScriptApiDetached
        bool getDetachedInventoryCallback(
                        const std::string &name, const char *callbackname);
 };
-
-
-
-#endif /* S_INVENTORY_H_ */