From 03cbf5a5e542ed5335806fba0daea751300fcd04 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 10 Jul 2021 14:15:58 +0300 Subject: [PATCH] Update sqratUtil.h --- module/Sqrat/sqratUtil.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/Sqrat/sqratUtil.h b/module/Sqrat/sqratUtil.h index 88956d5c..f965af89 100644 --- a/module/Sqrat/sqratUtil.h +++ b/module/Sqrat/sqratUtil.h @@ -1855,6 +1855,11 @@ struct StackStrF { } + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + /// Object constructor. + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + StackStrF(HSQUIRRELVM vm, LightObj & o); + ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// Copy constructor. (disabled) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////