root/src/recog.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM



// recog.h


#ifndef RECOG_H
#define RECOG_H

// includes


#include "board.h"
#include "util.h"

// functions


extern bool recog_draw (const board_t * board);

#endif // !defined RECOG_H


// end of recog.h



/* [<][>][^][v][top][bottom][index][help] */