| 224 | } |
| 225 | |
| 226 | inline std::vector<std::string> getCurFocus(bool skip_dismissed = false) { |
| 227 | return getFocusStrings(getCurViewscreen(skip_dismissed)); |
| 228 | } |
| 229 | |
| 230 | /// get the size of the window buffer |
| 231 | DFHACK_EXPORT bool getWindowSize(int32_t & width, int32_t & height); |
no outgoing calls
no test coverage detected