Resolved a name clash with the engine

This commit is contained in:
2022-11-07 16:38:39 +00:00
parent 14710dec90
commit 8498864dde
16 changed files with 14 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#include "interpreter.h"
#include "console_colors.h"
#include "common.h"
#include "toy_common.h"
#include "memory.h"
#include "keyword_types.h"
#include "opcodes.h"