From 324ebec00666aeaa45828712fcc27b70ef86350a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 20 Nov 2023 20:22:55 +0000 Subject: Add cutscene skipping to L4D quick reset Also done with quite a lot of RE help from bill - thanks again! --- src/l4dmm.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/l4dmm.h') diff --git a/src/l4dmm.h b/src/l4dmm.h index 2897e17..7af0982 100644 --- a/src/l4dmm.h +++ b/src/l4dmm.h @@ -27,6 +27,12 @@ */ const char *l4dmm_curcampaign(void); +/* + * Returns true if the current map is known to be the first map of a campaign, + * false otherwise. + */ +bool l4dmm_firstmap(void); + #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3