DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T x

⟦e72f32029⟧ TextFile

    Length: 1568 (0x620)
    Types: TextFile
    Names: »xgo.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xgo/xgo.h« 

TextFile

/*
 * $Header: xgo.h,v 1.4 88/02/19 13:50:15 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.

*/


#include <X/Xlib.h>
#include <stdio.h>
#include <strings.h>
#include "go.h"

#define XGO
#define MAXLINE 200

#ifdef DEBUG
#undef DEBUG
#endif
#define DEBUG(m) {m}

#ifdef HITAKEYMES
#undef HITAKEYMES
#endif
#define HITAKEYMES "[Click to continue]"

extern  Window Wboard,Wtalk,Wtalk1,Wmesg,
	Waccept,Wdecline,Wresign,Wsave,
	Wscore,Wquit,Wtally,Wpass,Wcancel,
	Wplay,Wexit,Wswitch,Wshow,Wload,
	Wclear;

extern int koflg,turn;
extern FontInfo *fi;
extern Display *dis;
/*
 * $Log:	xgo.h,v $
 * Revision 1.4  88/02/19  13:50:15  hale
 * Added io changes for loading games.
 * Load game is cleaned up.  Variable board
 * sizes and formats available in save game
 * as well as printed comments.
 * 
 * Revision 1.3  88/02/14  00:23:58  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:27  hale
 * externed new variables.
 * 
 */