dfhack/plugins/embark-assistant/screen.h

8 lines
201 B
C++

#include "modules/Screen.h"
namespace embark_assist {
namespace screen {
bool paintString(const DFHack::Screen::Pen &pen, int x, int y, const std::string &text, bool map = false);
}
}