1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update sqratUtil.h

This commit is contained in:
Sandu Liviu Catalin 2021-07-10 14:15:58 +03:00
parent ce6050cc08
commit 03cbf5a5e5

View File

@ -1855,6 +1855,11 @@ struct StackStrF
{ {
} }
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// Object constructor.
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
StackStrF(HSQUIRRELVM vm, LightObj & o);
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// Copy constructor. (disabled) /// Copy constructor. (disabled)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////