1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00
SqMod/module/Core/Inventory.cpp

20 lines
641 B
C++
Raw Normal View History

2021-04-01 22:00:04 +03:00
// ------------------------------------------------------------------------------------------------
#include "Core/Inventory.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Inventory(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod