mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-02 22:00:17 +00:00
CObjMethod refactor
This commit is contained in:
@@ -38,6 +38,7 @@ typedef struct CState {
|
||||
int frameCount;
|
||||
|
||||
CObjString *internalStrings[INTERNALSTRING_MAX]; // strings used internally by the VM, eg. __init
|
||||
CObjObject *metaObj; // start met obj for all objects (NULL by default)
|
||||
} CState;
|
||||
|
||||
COSMO_API CState *cosmoV_newState();
|
||||
|
||||
Reference in New Issue
Block a user