mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 17:30:18 +01:00
49 lines
3.2 KiB
C
49 lines
3.2 KiB
C
|
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
// % Project : GUSI - Grand Unified Socket Interface
|
||
|
// % File : GUSISIOUX.nw - SIOUX Support
|
||
|
// % Author : Matthias Neeracher
|
||
|
// % Language : C++
|
||
|
// %
|
||
|
// % $Log: GUSISIOUX.h,v $
|
||
|
// % Revision 1.1 2001/03/11 22:38:08 sgehani%netscape.com
|
||
|
// % First Checked In.
|
||
|
// %
|
||
|
// % Revision 1.8 2000/05/23 07:18:03 neeri
|
||
|
// % Improve formatting
|
||
|
// %
|
||
|
// % Revision 1.7 2000/03/06 06:03:29 neeri
|
||
|
// % Check device families for file paths
|
||
|
// %
|
||
|
// % Revision 1.6 1999/08/26 05:45:08 neeri
|
||
|
// % Fixes for literate edition of source code
|
||
|
// %
|
||
|
// % Revision 1.5 1999/06/08 04:31:30 neeri
|
||
|
// % Getting ready for 2.0b2
|
||
|
// %
|
||
|
// % Revision 1.4 1999/05/29 06:26:45 neeri
|
||
|
// % Fixed header guards
|
||
|
// %
|
||
|
// % Revision 1.3 1999/03/17 09:05:12 neeri
|
||
|
// % Added GUSITimer, expanded docs
|
||
|
// %
|
||
|
// % Revision 1.2 1998/11/22 23:07:01 neeri
|
||
|
// % Releasing 2.0a4 in a hurry
|
||
|
// %
|
||
|
// % Revision 1.1 1998/10/25 11:57:39 neeri
|
||
|
// % Ready to release 2.0a3
|
||
|
// %
|
||
|
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
//
|
||
|
// \chapter{SIOUX Support}
|
||
|
//
|
||
|
// To combine GUSI with SIOUX, terminal I/O needs to interface with the SIOUX
|
||
|
// event handling.
|
||
|
//
|
||
|
// SIOUX support is installed implicitly through [[GUSISetupConsoleDescriptors]]
|
||
|
//
|
||
|
// <GUSISIOUX.h>=
|
||
|
#ifndef _GUSISIOUX_
|
||
|
#define _GUSISIOUX_
|
||
|
|
||
|
#endif /* _GUSISIOUX_ */
|