summaryrefslogtreecommitdiff
path: root/Source/Kernel/VTManager/FileVT.class.h
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-13 18:05:27 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-13 18:05:27 +0100
commit2b9e97b8635c20c5a2b87789b1014489863d1994 (patch)
tree58fa9f2fa82ac9477819193b6731b8b927187224 /Source/Kernel/VTManager/FileVT.class.h
parent7e3ecd80af5ddcedbfa3d849284400ed6568f516 (diff)
downloadMelon-2b9e97b8635c20c5a2b87789b1014489863d1994.tar.gz
Melon-2b9e97b8635c20c5a2b87789b1014489863d1994.zip
Added a game of life simulator demo
Diffstat (limited to 'Source/Kernel/VTManager/FileVT.class.h')
-rw-r--r--Source/Kernel/VTManager/FileVT.class.h2
1 files changed, 1 insertions, 1 deletions
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