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:
@ -141,6 +141,7 @@ namespace Sqrat {
|
||||
class Table;
|
||||
class Function;
|
||||
class StackStrF;
|
||||
class LightObject;
|
||||
} // Namespace:: Sqrat
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user