mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 11:08:14 +00:00
remove include <new> from common.h
This commit is contained in:
@ -63,6 +63,8 @@ CPlaceable::IsWithinArea(float x1, float y1, float z1, float x2, float y2, float
|
||||
z1 <= GetPosition().z && GetPosition().z <= z2;
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CPlaceable_ : public CPlaceable
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user