cc65-Chess/src/c64.chr/dataC64CHR.h

15 lines
215 B
C

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