1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/module/Core/Loot.cpp
2021-04-01 21:58:42 +03:00

20 lines
631 B
C++

// ------------------------------------------------------------------------------------------------
#include "Core/Loot.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Loot(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod