diff src/Cell.h @ 4806:d3bd9c04147f

[project @ 2004-03-02 05:12:32 by jwe]
author jwe
date Tue, 02 Mar 2004 05:12:33 +0000
parents 34a740dc31a6
children 35bfb4e0b96b
line wrap: on
line diff
--- a/src/Cell.h
+++ b/src/Cell.h
@@ -96,6 +96,8 @@
   // XXX FIXME XXX
   boolMatrix any (int dim = 0) const { return boolMatrix (); }
 
+  int cat (const Cell& ra_arg, int dim, int iidx, int move);
+
   // XXX FIXME XXX
   bool is_true (void) const { return false; }