diff options
Diffstat (limited to 'Source/Applications/Shell/Shell.ns.h')
-rw-r--r-- | Source/Applications/Shell/Shell.ns.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Applications/Shell/Shell.ns.h b/Source/Applications/Shell/Shell.ns.h new file mode 100644 index 0000000..7d76b33 --- /dev/null +++ b/Source/Applications/Shell/Shell.ns.h @@ -0,0 +1,9 @@ +#include <Binding/VirtualTerminal.class.h> +#include <Binding/FSNode.class.h> +#include <String.class.h> + +namespace Shell { + u32int run(); + + extern FSNode cwd; +} |