diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-09 17:55:07 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-09 17:55:07 +0100 |
| commit | 68594733a38496ae108ab59c1a9fb52705e561b0 (patch) | |
| tree | 5159c7c986babc85ece6aa88f4e9856982f32db9 /inc/demo.h | |
| parent | c39ca31ffb42414b26ded21aa5b904253c7c7edc (diff) | |
added optional print chunks
Diffstat (limited to 'inc/demo.h')
| -rw-r--r-- | inc/demo.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,6 +137,7 @@ int readdemo(FILE *demofile, demo *demo); int writedemo(FILE *outfile, demo *demo); /* Prints given demo file */ -void printdemo(demo *demo); +/* if printchunks then print all chunks */ +void printdemo(demo *demo, char printchunks); #endif // DEMO_H |
