1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Move include inside debug section

This commit is contained in:
Daniel Evans 2016-05-20 01:25:38 +01:00
parent dff96b7293
commit fe61c1a9f4

View File

@ -1,9 +1,8 @@
#ifndef _LIBRW_DEFINES_HPP_
#define _LIBRW_DEFINES_HPP_
#include <iostream>
#if RW_DEBUG
#include <iostream>
#define RW_MESSAGE(msg) \
std::cout << __FILE__ << ":"<< __LINE__ << ": " << msg << std::endl
#define RW_ERROR(msg) \