mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2025-12-06 05:46:09 +00:00
15 lines
254 B
C
15 lines
254 B
C
/*
|
|
** 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_
|