| 1090 | } |
| 1091 | |
| 1092 | df::viewscreen * Core::getTopViewscreen() { |
| 1093 | return getInstance().top_viewscreen; |
| 1094 | } |
| 1095 | |
| 1096 | bool Core::InitMainThread(std::filesystem::path path) { |
| 1097 | // this hook is always called from DF's main (render) thread, so capture this thread id |