Kernel: Shell now 'properly' parses commandline
This commit is contained in:
@@ -18,7 +18,8 @@ namespace Kernel
|
||||
|
||||
private:
|
||||
void ReRenderBuffer() const;
|
||||
void ProcessCommand(const BAN::Vector<BAN::StringView>&);
|
||||
BAN::Vector<BAN::String> ParseArguments(BAN::StringView) const;
|
||||
void ProcessCommand(const BAN::Vector<BAN::String>&);
|
||||
void KeyEventCallback(Input::KeyEvent);
|
||||
void MouseMoveEventCallback(Input::MouseMoveEvent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user