mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-30 12:51:03 +00:00
Minor refactor, added vm.* library
- cosmoV_pushObj() has been added - cbaselib.h has been cleaned up a bit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "cosmo.h"
|
||||
|
||||
typedef enum {
|
||||
typedef enum CObjType {
|
||||
COBJ_STRING,
|
||||
COBJ_OBJECT,
|
||||
COBJ_TABLE,
|
||||
|
||||
Reference in New Issue
Block a user