devilutionX/Source/help.h
2021-04-22 00:08:19 +02:00

20 lines
319 B
C++

/**
* @file help.h
*
* Interface of the in-game help text.
*/
#pragma once
#include "engine.h"
namespace devilution {
extern bool helpflag;
void InitHelp();
void DrawHelp(const CelOutputBuffer &out);
void DisplayHelp();
void HelpScrollUp();
void HelpScrollDown();
} // namespace devilution