]> git.stg.codes - stg.git/blob - stglibs/script_executer.lib/script_executer.h
12ba099950b71e26815d3a3757954e1aeee558b2
[stg.git] / stglibs / script_executer.lib / script_executer.h
1 #ifndef SCRIPT_EXECUTER_H
2 #define SCRIPT_EXECUTER_H
3
4 #include <string>
5
6 int ScriptExec(const std::string & str);
7 void Executer(int msgKey, int msgID, pid_t pid, char * procName);
8
9 #endif //SCRIPT_EXECUTER_H
10
11