1
0
Fork 0

watch view

This commit is contained in:
Torusrxxx 2016-07-07 03:27:39 +00:00 committed by GitHub
parent acb84c7eb6
commit cb455ee2a4
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "handles.h"
#include "../bridge/bridgelist.h"
#include "tcpconnections.h"
#include "watch.h"
static DBGFUNCTIONS _dbgfunctions;
@ -292,6 +293,7 @@ void dbgfunctionsinit()
_dbgfunctions.ModSizeFromAddr = ModSizeFromAddr;
_dbgfunctions.ModGetParty = ModGetParty;
_dbgfunctions.ModSetParty = ModSetParty;
_dbgfunctions.WatchIsWatchdogTriggered = WatchIsWatchdogTriggered;
_dbgfunctions.Assemble = assemble;
_dbgfunctions.PatchGet = _patchget;
_dbgfunctions.PatchInRange = _patchinrange;