mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Rename the lightweight object type.
Few adjustments to the tasks to overcome the limitation of removing themselves. Currently broken because they require a special Sqrat allocator.
This commit is contained in:
@ -140,8 +140,8 @@ namespace Sqrat {
|
||||
class Object;
|
||||
class Table;
|
||||
class Function;
|
||||
class LightObj;
|
||||
class StackStrF;
|
||||
class LightObject;
|
||||
} // Namespace:: Sqrat
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user