aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'clox/src/value.h')
-rw-r--r--clox/src/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clox/src/value.h b/clox/src/value.h
index 7478aaf..96df347 100644
--- a/clox/src/value.h
+++ b/clox/src/value.h
@@ -34,6 +34,7 @@ typedef struct {
Value *values;
} ValueArray;
+bool valuesEqual(Value a, Value b);
void initValueArray(ValueArray *array);
void writeValueArray(ValueArray *array, Value value);
void freeValueArray(ValueArray *array);