/************************************************************************ ** ** FILE : cellste.h ** ** ZWECK : ** ** AUTOR : Michael C. Ancutici ** Universitaet Stuttgart, Fakultaet Informatik ** ** DATUM : 14.03.93 ** *************************************************************************/ #ifndef CELLSTE_H #define CELLSTE_H extern char CellSteLookFor( int, int, int); extern void CellSteEin( int, int, int); extern void CellSteRemove( int); #endif