summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-10 19:43:58 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-10 19:43:58 +0100
commit72d67bf117250fe5695d122597b3cd103a7aada6 (patch)
treed88da51eb9efcdbd868f06a0cdc3c28d62c1f184 /inc
parent6485e05c08167b2ce13b9a9ed3b236fed6070df8 (diff)
added free demo, new test data
Diffstat (limited to 'inc')
-rw-r--r--inc/demo.h4
1 files changed, 4 insertions, 0 deletions
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