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