Allow access to lists
This commit is contained in:
@@ -31,5 +31,6 @@ public:
|
||||
void cannotCompareDifferentTypes(string notes = "");
|
||||
void comparisonTypeError(string notes = "");
|
||||
void listTypeMismatch(string notes = "");
|
||||
void listOutOfBounds(string notes = "");
|
||||
void generalError(string notes = "");
|
||||
};
|
||||
|
Reference in New Issue
Block a user