From 2b9e97b8635c20c5a2b87789b1014489863d1994 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 13 Nov 2009 18:05:27 +0100 Subject: Added a game of life simulator demo --- Source/Kernel/VTManager/FileVT.class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Kernel/VTManager/FileVT.class.h') diff --git a/Source/Kernel/VTManager/FileVT.class.h b/Source/Kernel/VTManager/FileVT.class.h index ed3e224..a246ce0 100644 --- a/Source/Kernel/VTManager/FileVT.class.h +++ b/Source/Kernel/VTManager/FileVT.class.h @@ -18,7 +18,7 @@ class FileVT : public VirtualTerminal { void setCursorCol(u32int col); void put(WChar c, bool updatecsr = true); - Kbd::keypress_t getKeypress(bool show = true, bool block = true); + keypress_t getKeypress(bool show = true, bool block = true); }; #endif -- cgit v1.2.3