Make disabling plugins easier
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if PLUGIN_BUILD_WINDOW
|
||||
WindowID BuildWindowID;
|
||||
ViewID BuildViewID;
|
||||
BufferID BuildBufferID;
|
||||
@@ -90,3 +91,4 @@ void CMD_ShowBuildWindow() {
|
||||
main.window->visible = false;
|
||||
}
|
||||
} RegisterCommand(CMD_ShowBuildWindow, "ctrl-grave", "Toggles visibility of the build window");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user