fix drawText Func
This commit is contained in:
@@ -23,4 +23,24 @@ int syscalls_DebugPuts(lua_State* L);
|
||||
|
||||
int syscalls_SetMessageArea(lua_State* L);
|
||||
|
||||
#endif // __DEBUG_LUA_H__
|
||||
int syscalls_GetRegisters(lua_State* L);
|
||||
|
||||
int syscalls_SetRegisters(lua_State* L);
|
||||
|
||||
int syscalls_Disconnect(lua_State* L);
|
||||
|
||||
int syscalls_Stop(lua_State* L);
|
||||
|
||||
int syscalls_Continue(lua_State* L);
|
||||
|
||||
int syscalls_ReadFromMem(lua_State* L);
|
||||
|
||||
int syscalls_WriteToMem(lua_State* L);
|
||||
|
||||
int syscalls_Done(lua_State* L);
|
||||
|
||||
int syscalls_DefineBreakpoint(lua_State* L);
|
||||
|
||||
int syscalls_UndefBreakpoint(lua_State* L);
|
||||
|
||||
#endif // __DEBUG_LUA_H__
|
||||
|
Reference in New Issue
Block a user