cc65-Chess/src/human.h

14 lines
168 B
C
Raw Permalink Normal View History

2014-02-14 15:57:00 +00:00
/*
* human.h
* cc65 Chess
*
* Created by Stefan Wessels, February 2014.
*
*/
#ifndef _HUMAN_H_
#define _HUMAN_H_
char human_Play(char side);
#endif //_HUMAN_H_