1
0
Fork 0
x64dbg/x64_dbg_dbg/simplescript.h

10 lines
183 B
C

#ifndef _SIMPLESCRIPT_H
#define _SIMPLESCRIPT_H
#include "command.h"
CMDRESULT cbScript(const char* cmd);
void scriptSetList(COMMAND* cmd_list);
#endif // _SIMPLESCRIPT_H