mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-26 04:12:41 +01:00
Move include inside debug section
This commit is contained in:
parent
dff96b7293
commit
fe61c1a9f4
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user