123
This commit is contained in:
30
CryGame/XSystemEntities.cpp
Normal file
30
CryGame/XSystemEntities.cpp
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Crytek Source code
|
||||
// Copyright (c) Crytek 2001-2004
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <IEntitySystem.h>
|
||||
#include "XSystemBase.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
CEntityStreamData::CEntityStreamData()
|
||||
{
|
||||
m_bSpawn=false;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
CEntityStreamData::~CEntityStreamData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user