mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
hacks to make thedebugger work again.
This commit is contained in:
parent
717c7acca9
commit
a449fadde2
8 changed files with 123 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue