|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T m
Length: 1385 (0x569) Types: TextFile Names: »mesg.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xgo/mesg.h«
/* * $Header: mesg.h,v 1.3 88/02/14 00:23:54 hale Exp $ */ /* Copyright 1987 Greg Hale Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ #define MSCORE "SCORE" #define MQUIT "QUIT" #define MEXIT "EXIT" #define MCANCEL "CANCEL" #define MPLAY "PLAY" #define MMOVE "MOVE" #define MHANDICAP "HANDICAP" #define MMESSAGE "MESSAGE" #define MDELETE "DELETE" #define MPASS "PASS" #define MACCEPT "ACCEPT" #define MDECLINE "DECLINE" #define MSWITCH "SWITCH" #define MSIZE "SIZE" #define MHAND "HANDI" #define MSTR "STREN" #define MMODE "MODE" #define MRESIGN "RESIGN" #define MLOAD "LOAD" #define MCLEAR "CLEAR" /* * $Log: mesg.h,v $ * Revision 1.3 88/02/14 00:23:54 hale * Added load file option during game to restore game to starting * state. Also, clear board operation. Restoring game puts current * player in sync. With the demo mode, this is invaluable. * * Revision 1.2 88/02/13 12:57:11 hale * added resign and load messages. * */