From 72d67bf117250fe5695d122597b3cd103a7aada6 Mon Sep 17 00:00:00 2001 From: johannes Date: Sat, 10 Feb 2024 19:43:58 +0100 Subject: added free demo, new test data --- inc/demo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inc/demo.h') diff --git a/inc/demo.h b/inc/demo.h index c7cc32e..573e779 100644 --- a/inc/demo.h +++ b/inc/demo.h @@ -140,4 +140,8 @@ int writedemo(FILE *outfile, demo *demo); /* if printchunks then print all chunks */ void printdemo(demo *demo, char printchunks); +/* Frees everything for demo */ +/* Sets demo to NULL */ +void freedemo(demo *demo); + #endif // DEMO_H -- cgit v1.2.3