From 320dd1a774659165af78992c7d20a94be182ea7c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 29 Jul 2011 01:20:13 +0200 Subject: [PATCH] HACKING: network.[ch] is a core file, cannot be in aux library --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index e3aff08..63cfca8 100644 --- a/HACKING +++ b/HACKING @@ -28,6 +28,7 @@ Pachi consists of the following components: debug.h debugging infrastructure random.[ch] fast random number generator gtp.[ch] GTP protocol interface + network.[ch] Network interface (useful for distributed engine) timeinfo.[ch] Time-keeping information stone.[ch] one board point coloring definition move.[ch] one board move definition @@ -41,7 +42,6 @@ Pachi consists of the following components: probdist.[ch] "probability distribution" data structure ownermap.[ch] simulation-based finalpos. "owner map" data structure pattern3.[ch] fast 3x3 spatial pattern matcher - network.[ch] Network interface (useful for distributed engine) * "tactical library" provides extended interfaces for the go board, most important non-trivial tactical information -- 2.11.4.GIT