home *** CD-ROM | disk | FTP | other *** search
- /**********************************************/
- /* */
- /* XBBS Door Skeleton -- TC 2.0/MSC 6.0a code */
- /* Copyright (c) 1990/91 by M. Kimes */
- /* All Rights Reserved */
- /* May be freely used for >>>FREE<<< programs */
- /* as long as you don't try to save any souls */
- /* (nasty habit) */
- /* */
- /**********************************************/
-
- /***************************************************************************
-
- this is the module where you begin writing your code...see mainloop()
- below...
-
- ***************************************************************************/
-
- #include "doorskel.h" /* XBBS Door include file */
-
-
-
- void _fastcall mainloop(void); /* Change as required (and in DOORSKEL.H) */
-
-
-
-
-
- /* Here's where your main program goes. Change declaration as req'd */
-
- void _fastcall mainloop (void) {
-
-
-
- }
-