Gnocatan is an Internet playable implementation of the Settlers of Catan board game. The aim is to remain as faithful to the board game as is possible. From Jim Geovedi <jim@corebsd.or.id>
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
$OpenBSD: patch-client_gnocatan_c,v 1.1.1.1 2002/12/23 07:23:48 pvalchev Exp $
|
|
--- client/gnocatan.c.orig Sun Dec 22 14:40:43 2002
|
|
+++ client/gnocatan.c Sun Dec 22 14:41:02 2002
|
|
@@ -15,6 +15,7 @@
|
|
#include "cards.h"
|
|
#include "gui.h"
|
|
#include "client.h"
|
|
+#include "config-gnome.h"
|
|
#include "common_gtk.h"
|
|
|
|
int main(int argc, char *argv[])
|