|
|
@ -88,6 +88,7 @@
|
|
|
|
#include "PluginManager.h"
|
|
|
|
#include "PluginManager.h"
|
|
|
|
#include "VTableInterpose.h"
|
|
|
|
#include "VTableInterpose.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "modules/Gui.h"
|
|
|
|
#include "modules/Screen.h"
|
|
|
|
#include "modules/Screen.h"
|
|
|
|
|
|
|
|
|
|
|
|
using namespace DFHack;
|
|
|
|
using namespace DFHack;
|
|
|
@ -364,7 +365,8 @@ DFhackCExport command_result plugin_init(color_ostream &out, std::vector <Plugin
|
|
|
|
PluginCommand(
|
|
|
|
PluginCommand(
|
|
|
|
"overlay",
|
|
|
|
"overlay",
|
|
|
|
"Manage onscreen widgets.",
|
|
|
|
"Manage onscreen widgets.",
|
|
|
|
overlay_cmd));
|
|
|
|
overlay_cmd,
|
|
|
|
|
|
|
|
Gui::anywhere_hotkey));
|
|
|
|
|
|
|
|
|
|
|
|
return CR_OK;
|
|
|
|
return CR_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|