Beginnings of a GTK framework. (And I do mean _beginnings_; it opens

a window and that's about it.)

[originally from svn r4139]
This commit is contained in:
Simon Tatham
2004-04-25 14:45:22 +00:00
parent 96dbb537ee
commit 3663603627
2 changed files with 53 additions and 1 deletions

6
net.c
View File

@ -586,7 +586,11 @@ game_state *make_move(game_state *state, int x, int y, int button)
* Routines for drawing the game position on the screen.
*/
#ifndef TESTMODE /* FIXME: should be #ifdef */
/* ----------------------------------------------------------------------
* Test code.
*/
#ifdef TESTMODE
int main(void)
{