mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 10:40:33 +00:00
remove include <new> from common.h
This commit is contained in:
parent
6a14457614
commit
739e80614d
23 changed files with 70 additions and 22 deletions
|
@ -12,6 +12,8 @@ CDummyObject::CDummyObject(CObject *obj)
|
|||
m_level = obj->m_level;
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CDummyObject_ : public CDummyObject
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -141,6 +141,8 @@ CObject::CanBeDeleted(void)
|
|||
}
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CObject_ : public CObject
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -14,6 +14,8 @@ CProjectile::CProjectile(int32 model) : CObject()
|
|||
ObjectCreatedBy = MISSION_OBJECT;
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CProjectile_ : public CProjectile
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue