mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Types now exist, but they're not being embedded into bytecode yet
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct NodePair {
|
||||
|
||||
typedef struct NodeVarTypes {
|
||||
NodeType type;
|
||||
unsigned char mask;
|
||||
unsigned char mask; //the type mask
|
||||
Node* nodes;
|
||||
int capacity;
|
||||
int count;
|
||||
|
||||
Reference in New Issue
Block a user