summaryrefslogtreecommitdiffhomepage
path: root/src/l4dmm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/l4dmm.h')
-rw-r--r--src/l4dmm.h6
1 files changed, 6 insertions, 0 deletions
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