diff options
Diffstat (limited to 'Source/Kernel/Core/SB.ns.h')
-rw-r--r-- | Source/Kernel/Core/SB.ns.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/Kernel/Core/SB.ns.h b/Source/Kernel/Core/SB.ns.h new file mode 100644 index 0000000..687be02 --- /dev/null +++ b/Source/Kernel/Core/SB.ns.h @@ -0,0 +1,16 @@ +#ifndef DEF_SB_NS_H +#define DEF_SB_NS_H + +//StatusBar namespace :) +#include <VTManager/SimpleVT.class.h> + +namespace SB { + void init(); //Setup status bar with default 80col configuration + void reinit(); //Setup status bar querying Disp:: for text screen width + void gomulti(); //Launch new thread for status bar + void progress(const String& s); //Update progress + void message(const String& s); //Set a message + +} + +#endif |