1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/Library/Utils/Template.cpp

14 lines
438 B
C++
Raw Normal View History

2023-03-23 19:23:35 +01:00
// ------------------------------------------------------------------------------------------------
#include "Library/Utils/Template.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ================================================================================================
void Register_Template(HSQUIRRELVM vm, Table & ns)
{
}
} // Namespace:: SqMod