cc65-Chess/src/plus4/dataPlus4.h

14 lines
185 B
C

/*
* dataPlus4.h
* cc65 Chess
*
* Created by Stefan Wessels, February 2014.
*
*/
#ifndef _DATA_H_
#define _DATA_H_
extern const char gfxTiles[PAWN][2][96];
#endif //_DATA_H_