mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Add sensible defaults for Console Module interface
This commit is contained in:
parent
569f3a1e41
commit
01cfa4a604
2 changed files with 9 additions and 10 deletions
|
|
@ -115,7 +115,7 @@ public:
|
|||
bool setBreakpoint(U32 lineNumber) override;
|
||||
|
||||
void findBreakLine(U32 ip, U32 &line, U32 &instruction) override;
|
||||
const char *getFileLine(U32 ip) override;
|
||||
const char *getFileLine(U32 ip);
|
||||
|
||||
///
|
||||
String getFunctionArgs(U32 offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue