summaryrefslogtreecommitdiffhomepage
path: root/src/ac.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-31 16:02:10 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-08-10 22:40:52 +0100
commit5e921bf59373d79d27c322ff86e8b5a37b151e45 (patch)
tree4d40e39543b085ce4c8cb9b1a7b3c0108de680c0 /src/ac.h
parentc8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff)
Add magical feature codegen system, at long last
Diffstat (limited to 'src/ac.h')
-rw-r--r--src/ac.h5
1 files changed, 1 insertions, 4 deletions
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 <stdbool.h>
-
-bool ac_init(void);
-void ac_end(void);
+// TODO(rta): keeping this header here as I expect to expose some functions...
#endif