dfhack/plugins/embark-assistant/screen.h

8 lines
201 B
C

2017-09-01 06:13:34 -06:00
#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);
}
2022-04-12 12:48:19 -06:00
}