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

19 lines
586 B
C++
Raw Normal View History

2021-01-30 23:16:10 +01:00
// ------------------------------------------------------------------------------------------------
#include "PocoLib/Crypto.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_POCO_Crypto(HSQUIRRELVM vm)
{
Table ns(vm);
RootTable(vm).Bind(_SC("SqCrypto"), ns);
}
} // Namespace:: SqMod