diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-31 16:02:10 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-08-10 22:40:52 +0100 |
commit | 5e921bf59373d79d27c322ff86e8b5a37b151e45 (patch) | |
tree | 4d40e39543b085ce4c8cb9b1a7b3c0108de680c0 /src/ac.h | |
parent | c8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff) |
Add magical feature codegen system, at long last
Diffstat (limited to 'src/ac.h')
-rw-r--r-- | src/ac.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |