]>
git.scottworley.com Git - slidingtile/blob - sliding_tile_lib.h
7e6004b4aad5b0a6b77140d5c957e986a1afb04b
1 #ifndef _SLIDING_TILE_LIB_H
2 #define _SLIDING_TILE_LIB_H
4 const int BOARD_DIM
= 4;
5 const int BOARD_SIZE
= BOARD_DIM
* BOARD_DIM
;
6 extern signed char adjacent
[BOARD_SIZE
][5];
8 #endif /* _SLIDING_TILE_LIB_H */