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

Replace the Argument class from the tasks with the new lightweight objects.

Include a forward declaration of the lightweight object in the base header.
This commit is contained in:
Sandu Liviu Catalin
2016-11-17 10:57:27 +02:00
parent faf07319f9
commit b4b00caba9
2 changed files with 2 additions and 98 deletions

View File

@ -141,6 +141,7 @@ namespace Sqrat {
class Table;
class Function;
class StackStrF;
class LightObject;
} // Namespace:: Sqrat
/* ------------------------------------------------------------------------------------------------