summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/SB.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Core/SB.ns.h')
-rw-r--r--Source/Kernel/Core/SB.ns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Kernel/Core/SB.ns.h b/Source/Kernel/Core/SB.ns.h
index 687be02..7b3b65c 100644
--- a/Source/Kernel/Core/SB.ns.h
+++ b/Source/Kernel/Core/SB.ns.h
@@ -5,12 +5,13 @@
#include <VTManager/SimpleVT.class.h>
namespace SB {
+ extern u16int height;
+
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