diff options
Diffstat (limited to 'inc')
| -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 |
