Files
ForecastingVillage/include/errors_str.h
Anonymus Raccoon e0fd5ce7dd Coding style
2020-03-27 14:45:51 +01:00

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_