mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
More WIP, debugger starting correctly. Tested several commands and all working.
This commit is contained in:
@@ -44,6 +44,8 @@ class EE_API Process {
|
||||
|
||||
typedef std::function<void( const char* bytes, size_t n )> ReadFn;
|
||||
|
||||
static std::vector<std::string> parseArgs( const std::string& str );
|
||||
|
||||
Process();
|
||||
|
||||
/** @brief Create a process.
|
||||
|
||||
Reference in New Issue
Block a user