1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Helper classes to used CType functions as predicate in algorithms.

This commit is contained in:
Sandu Liviu Catalin
2016-03-29 05:39:17 +03:00
parent 7dffcd0f6e
commit eed7b70374
2 changed files with 67 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace SqMod {
static const SQChar EMPTY_STR_CHAR = 0;
const SQChar * g_EmptyStr = &EMPTY_STR_CHAR;
// --------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------------
PluginFuncs* _Func = NULL;
PluginCallbacks* _Clbk = NULL;
PluginInfo* _Info = NULL;