1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/module/Core/Inventory.cpp

20 lines
641 B
C++
Raw Normal View History

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