supercasiobros/src/tile.h

17 lines
283 B
C
Raw Normal View History

2019-11-16 11:44:09 +01:00
#ifndef TILE_H
#define TILE_H
#define TUYAU_H_TOP_LE 0
#define TUYAU_H_TOP_RI 1
#define TUYAU_H_MID_LE 2
#define TUYAU_H_MID_RI 3
#define TUYAU_L_TOP_DO 4
#define TUYAU_L_TOP_UP 5
#define TUYAU_L_MID_UP 6
#define TUYAU_L_MID_DO 7
void tuyau_draw(int state, int x, int y);
#endif