mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 21:30:35 +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
|
@ -21,6 +21,8 @@ CBuilding::ReplaceWithNewModel(int32 id)
|
|||
CStreaming::RequestModel(id, STREAMFLAGS_DONT_REMOVE);
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CBuilding_ : public CBuilding
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -865,6 +865,8 @@ CEntity::ModifyMatrixForBannerInWind(void)
|
|||
UpdateRwFrame();
|
||||
}
|
||||
|
||||
#include <new>
|
||||
|
||||
class CEntity_ : public CEntity
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue