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

20 lines
631 B
C++
Raw Permalink Normal View History

2021-04-01 20:58:42 +02:00
// ------------------------------------------------------------------------------------------------
#include "Core/Loot.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Loot(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod