7 lines
200 B
C
7 lines
200 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);
|
||
|
}
|
||
|
}
|