#ifndef M_QUEST_H #define M_QUEST_H #include "types.h" #include "libu64/gfxprint.h" #ifdef __cplusplus extern "C" { #endif extern void mQst_PrintQuestInfo(gfxprint_t* gfxprint); #ifdef __cplusplus } #endif #endif