summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-09 17:55:07 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-09 17:55:07 +0100
commit68594733a38496ae108ab59c1a9fb52705e561b0 (patch)
tree5159c7c986babc85ece6aa88f4e9856982f32db9 /inc
parentc39ca31ffb42414b26ded21aa5b904253c7c7edc (diff)
added optional print chunks
Diffstat (limited to 'inc')
-rw-r--r--inc/demo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/demo.h b/inc/demo.h
index d06cf1d..c7cc32e 100644
--- a/inc/demo.h
+++ b/inc/demo.h
@@ -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