comparison src/libmlk-rpg/rpg/quest.h @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents e0657709fbe3
children 460c78706989
comparison
equal deleted inserted replaced
365:06badab52877 366:19782ea1cf4a
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #ifndef MOLKO_RPG_QUEST_H 19 #ifndef MLK_RPG_QUEST_H
20 #define MOLKO_RPG_QUEST_H 20 #define MLK_RPG_QUEST_H
21 21
22 #include <stddef.h> 22 #include <stddef.h>
23 23
24 #include <core/core.h> 24 #include <core/core.h>
25 25
46 int 46 int
47 quest_load(struct quest *, struct save *); 47 quest_load(struct quest *, struct save *);
48 48
49 CORE_END_DECLS 49 CORE_END_DECLS
50 50
51 #endif /* !MOLKO_RPG_QUEST_H */ 51 #endif /* !MLK_RPG_QUEST_H */