1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/module/PocoLib/Util.cpp

17 lines
528 B
C++
Raw Permalink Normal View History

2021-01-30 23:16:10 +01:00
// ------------------------------------------------------------------------------------------------
#include "PocoLib/Util.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
2021-02-02 18:07:02 +01:00
void Register_POCO_Util(HSQUIRRELVM vm, Table &)
2021-01-30 23:16:10 +01:00
{
}
} // Namespace:: SqMod