From 25bab8b1fb2fc851ea3f1f630b3de65ca6afdc22 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 14 Dec 2022 00:16:59 +0000 Subject: haha it's been a while since i last committed, hasn't it --- includes/compiler/Coloring.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes/compiler/Coloring.h') diff --git a/includes/compiler/Coloring.h b/includes/compiler/Coloring.h index 85bacf6..a84d5ee 100644 --- a/includes/compiler/Coloring.h +++ b/includes/compiler/Coloring.h @@ -2,5 +2,11 @@ #define COMPILER_COLORING_H #include "compiler/common.h" +#include "compiler/Registers.h" + +//extern RegClass coloring_class; +extern char coloring_class; + +extern void colorinstructions(Object *proc); #endif -- cgit v1.2.3