mirror of
https://github.com/zoriya/My3D.git
synced 2025-12-06 06:26:14 +00:00
12 lines
218 B
C
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_
|