diff libmlk-adventure/adventure/state/continue.h @ 292:08ab73b32832

misc: add extern "C" {} blocks for C++ friends
author David Demelier <markand@malikania.fr>
date Fri, 05 Mar 2021 10:08:09 +0100
parents a15f77eda9a4
children d01e83210ca2
line wrap: on
line diff
--- a/libmlk-adventure/adventure/state/continue.h	Fri Jan 08 13:15:24 2021 +0100
+++ b/libmlk-adventure/adventure/state/continue.h	Fri Mar 05 10:08:09 2021 +0100
@@ -19,9 +19,15 @@
 #ifndef MOLKO_ADVENTURE_STATE_CONTINUE_H
 #define MOLKO_ADVENTURE_STATE_CONTINUE_H
 
+#include <core/core.h>
+
 struct state;
 
+CORE_BEGIN_DECLS
+
 struct state *
 state_continue_new(void);
 
+CORE_END_DECLS
+
 #endif /* !MOLKO_ADVENTURE_STATE_CONTINUE_H */