Files
My3D/include/dpr_errors.h
2020-03-06 17:28:30 +01:00

12 lines
218 B
C

//
// Created by anonymus-raccoon on 3/6/20.
//
#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_