use DEBUG_CRENGINE from enviroment if available

This allows to specify DEBUG_CRENGINE=1 while compiling without editing
source code
This commit is contained in:
Dobrica Pavlinusic
2012-10-13 20:52:46 +02:00
committed by Qingping Hou
parent 95f6ed5bd6
commit 3c19365145

View File

@@ -17,7 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DEBUG_CRENGINE
#define DEBUG_CRENGINE 0
#endif
extern "C" {
#include "blitbuffer.h"