summaryrefslogtreecommitdiff
path: root/inc/demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/demo.h')
-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