hacks to make thedebugger work again.

This commit is contained in:
Jeff Hutchinson 2021-08-14 01:37:01 -04:00
parent 717c7acca9
commit a449fadde2
8 changed files with 123 additions and 9 deletions

View file

@ -44,6 +44,8 @@ class DataChunker;
#include "core/util/tVector.h"
#endif
//------------------------------------------------------------
namespace Compiler
{
/// The opcodes for the TorqueScript VM.
@ -252,6 +254,7 @@ namespace Compiler
CompilerStringTable *getCurrentStringTable();
CompilerStringTable &getGlobalStringTable();
CompilerStringTable &getFunctionStringTable();
CompilerLocalVariableToRegisterMappingTable& getFunctionVariableMappingTable();
void setCurrentStringTable(CompilerStringTable* cst);