// EditorEntityData.cpp: implementation of the CEditorEntityData class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "EditorEntityData.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CEditorEntityData::CEditorEntityData() { VOffset=0.0f; } CEditorEntityData::~CEditorEntityData() { }