From 3663603627809a11908dc1dfadd158cfde8e0672 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 25 Apr 2004 14:45:22 +0000 Subject: Beginnings of a GTK framework. (And I do mean _beginnings_; it opens a window and that's about it.) [originally from svn r4139] --- net.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net.c') diff --git a/net.c b/net.c index 4984364..a5fe8c0 100644 --- a/net.c +++ b/net.c @@ -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) { -- cgit v1.1