use DEBUG_CRENGINE from enviroment if available

This allows to specify DEBUG_CRENGINE=1 while compiling without editing
source code
pull/2/merge
Dobrica Pavlinusic 12 years ago committed by Qingping Hou
parent 95f6ed5bd6
commit 3c19365145

@ -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"

Loading…
Cancel
Save