/* ** EPITECH PROJECT, 2019 ** MUL_my_runner_2019 ** File description: ** runner */ #ifndef _DPR_ERRORS_H_ #define _DPR_ERRORS_H_ #define MULTIPLE_GAME_MGR_ERROR "Warning: two game manager exists, \ behaviors are undefined.\n" #endif //_DPR_ERRORS_H_