| Path: | tclient.rb |
| Last Update: | Sat Mar 18 08:16:52 GMT-5:00 2006 |
| file: | tclient.rb |
| author: | Jon A. Lambert |
| version: | 2.8.0 |
| date: | 01/19/2006 |
This source code copyright (C) 2005, 2006 by Jon A. Lambert All rights reserved.
Released under the terms of the TeensyMUD Public License See LICENSE file for additional information.
| Version | = | "0.2.0" |
| BANNER | = | <<-EOH This is TeensyClient version #{Version} Copyright (C) 2005, 2006 by Jon A. Lambert Released under the terms of the TeensyMUD Public License EOH |
| Kbhit | = | Win32API.new("msvcrt", "_kbhit", [], 'I') |
| Getch | = | Win32API.new("msvcrt", "_getch", [], 'I') |