From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/ac.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ac.h') diff --git a/src/ac.h b/src/ac.h index 638b01f..7b48cd1 100644 --- a/src/ac.h +++ b/src/ac.h @@ -17,10 +17,7 @@ #ifndef INC_AC_H #define INC_AC_H -#include - -bool ac_init(void); -void ac_end(void); +// TODO(rta): keeping this header here as I expect to expose some functions... #endif -- cgit v1.2.3