Script editor now is in a seperate tab

This commit is contained in:
Justin Marshall
2026-05-18 12:58:13 -07:00
parent 1c1f828271
commit 222cccc1f0
8 changed files with 5176 additions and 646 deletions
+7 -7
View File
@@ -29,13 +29,13 @@ If you have questions concerning this license or the applicable additional terms
#include "precompiled.h"
#pragma hdrstop
#include "../../game/gamesys/Event.h"
#include "../../game/gamesys/Class.h"
#include "../../game/script/Script_Program.h"
#include "../../game/script/Script_Interpreter.h"
#include "../../game/script/Script_Thread.h"
#include "../../game/script/Script_Compiler.h"
#include "../../framework/sync/Msg.h"
//#include "../../../doom3/game/gamesys/Event.h"
//#include "../../../doom3/game/gamesys/Class.h"
//#include "../../../doom3/game/script/Script_Program.h"
//#include "../../../doom3/game/script/Script_Interpreter.h"
//#include "../../../doom3/game/script/Script_Thread.h"
//#include "../../../doom3/game/script/Script_Compiler.h"
//#include "../../framework/sync/Msg.h"
#include "DebuggerApp.h"
#include "DebuggerServer.h"