Added boilerplate for CObjStream

This commit is contained in:
2021-03-20 01:44:03 -05:00
committed by cpunch
parent d13cc398c8
commit 7b5825668d
4 changed files with 26 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ typedef enum IStringEnum {
ISTRING_ITER, // __iter
ISTRING_NEXT, // __next
ISTRING_RESERVED, // __reserved
ISTRING_MAX
ISTRING_MAX // if this becomes greater than 33, we are out of space in cosmo_Flag. you'll have to change that to uint64_t
} IStringEnum;
typedef struct ArrayCObj {