mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Shell: Move everything to the Shell namespace
Also provide a basic default-constructor.
This commit is contained in:
parent
34039d6639
commit
f164b808b5
17 changed files with 115 additions and 17 deletions
|
@ -26,8 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
class Shell;
|
||||
namespace AST {
|
||||
namespace Shell::AST {
|
||||
|
||||
struct Command;
|
||||
class Node;
|
||||
|
@ -75,3 +74,9 @@ class WriteAppendRedirection;
|
|||
class WriteRedirection;
|
||||
|
||||
}
|
||||
|
||||
namespace Shell {
|
||||
|
||||
class Shell;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue