/** * @file minitext.h * * Interface of scrolling dialog text. */ #ifndef __MINITEXT_H__ #define __MINITEXT_H__ extern BOOLEAN qtextflag; void FreeQuestText(); void InitQuestText(); void InitQTextMsg(int m); void DrawQTextBack(); void DrawQText(); #endif /* __MINITEXT_H__ */