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/demorec.h | |
parent | c8d7588251fd4fe63ac6afe2a90ca7066c786609 (diff) |
Add magical feature codegen system, at long last
Diffstat (limited to 'src/demorec.h')
-rw-r--r-- | src/demorec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/demorec.h b/src/demorec.h index 7306c0a..40f8c38 100644 --- a/src/demorec.h +++ b/src/demorec.h @@ -18,14 +18,9 @@ #ifndef INC_DEMOREC_H #define INC_DEMOREC_H -#include <stdbool.h> - /* For internal use by democustom */ extern void *demorecorder; -bool demorec_init(void); -void demorec_end(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |