#ifndef PHASE_H_
#define PHASE_H_

void phase_one(t_game *game, int idx);
void phase_two(t_game *game, int idx);
void phase_del(t_game *game, int idx);

#endif /* !PHASE_H_ */
