// ------------------------------------------------------------------------------------------------
#include "PocoLib/RegEx.hpp"

// ------------------------------------------------------------------------------------------------
namespace SqMod {

// ------------------------------------------------------------------------------------------------


// ================================================================================================
void Register_POCO_RegEx(HSQUIRRELVM vm, Table &)
{
    Table ns(vm);

    RootTable(vm).Bind(_SC("SqRegEx"), ns);
}

} // Namespace:: SqMod