supercasiobros/include/constants.h

10 lines
139 B
C
Raw Normal View History

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define TILE_W 8
#define TILE_H 8
#define SCREEN_W 128
#define SCREEN_H 64
#endif // CONSTANTS_H