-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsolve_def.h
19 lines (16 loc) · 1007 Bytes
/
solve_def.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* solve_def.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: schaaban <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/12/08 05:31:32 by schaaban #+# #+# */
/* Updated: 2017/12/08 05:31:57 by schaaban ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef SOLVE_DEF_H
# define SOLVE_DEF_H
# define A_TETRI (*tetri_list)[i]
# define A_MAP (*map_list)[i]
#endif