mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
17 lines
528 B
C++
17 lines
528 B
C++
// ------------------------------------------------------------------------------------------------
|
|
#include "PocoLib/Util.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
|
|
|
|
// ================================================================================================
|
|
void Register_POCO_Util(HSQUIRRELVM vm, Table &)
|
|
{
|
|
|
|
}
|
|
|
|
} // Namespace:: SqMod
|