diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-10 19:43:58 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-10 19:43:58 +0100 |
| commit | 72d67bf117250fe5695d122597b3cd103a7aada6 (patch) | |
| tree | d88da51eb9efcdbd868f06a0cdc3c28d62c1f184 /inc/demo.h | |
| parent | 6485e05c08167b2ce13b9a9ed3b236fed6070df8 (diff) | |
added free demo, new test data
Diffstat (limited to 'inc/demo.h')
| -rw-r--r-- | inc/demo.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
