summaryrefslogblamecommitdiff
path: root/Source/Applications/Shell/Shell.ns.h
blob: 3be1e0decaf0bc9eeaecbf56518e5c9cb5cb03f0 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                          
 
 
#include <Binding/VirtualTerminal.class.h>
#include <Binding/FSNode.class.h>
#include <String.class.h>

namespace Shell {
	u32int run();

	extern FSNode cwd;

}