mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-13 16:51:14 +02:00
Script editor now is in a seperate tab
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user