Adoranda/include/define.h

8 lines
177 B
C
Raw Normal View History

#pragma once
/*the size of one tile*/
2022-01-22 17:12:24 +01:00
#define TILE_SIZE 16
#define NB_INTERIORS 2
#define NB_PLAYER_MOVES 3
2022-05-03 00:40:09 +02:00
#define NB_PLAYER_ITEMS 30
2022-05-22 16:46:31 +02:00
#define NB_TYPES 4
#define NB_STO_ZONE 300