summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Shell.ns.h
blob: 7d76b335d6022ed97b66a9e0c0bc65ee0aa7261e (plain) (blame)
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;
}