apple2idiot/examples/defunct-explorations/cc65-Chess/apple2-cc65/src/human.h
2021-12-27 12:41:59 -07:00

14 lines
181 B
C

/*
* human.h
* cc65 Chess
*
* Created by Stefan Wessels, February 2014.
*
*/
#ifndef _HUMAN_H_
#define _HUMAN_H_
char human_Play(char side);
#endif //_HUMAN_H_