Legacy cleanup, part 2 (#3659)
* Legacy cleanup, part 2 There are still things that can be removed, those will be likely done in part three: `The Return of the Cleanup` :) Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Fix windows build Somehow there were some unfixed errors from enabled warnings? I'm unsure if I've pulled repo in unstable state, or those were somehow missed. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -7,18 +7,15 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
CryCommon.cpp
|
||||
IAudioInterfacesCommonData.h
|
||||
IAudioSystem.h
|
||||
ICmdLine.h
|
||||
IConsole.h
|
||||
IEntityRenderState.h
|
||||
IEntityRenderState_info.cpp
|
||||
IFont.h
|
||||
IFunctorBase.h
|
||||
IGem.h
|
||||
IIndexedMesh.h
|
||||
IIndexedMesh_info.cpp
|
||||
ILevelSystem.h
|
||||
ILocalizationManager.h
|
||||
LocalizationManagerBus.h
|
||||
@@ -27,19 +24,15 @@ set(FILES
|
||||
IMaterial.h
|
||||
IMiniLog.h
|
||||
IMovieSystem.h
|
||||
IPhysics.h
|
||||
IPostEffectGroup.h
|
||||
IProcess.h
|
||||
IReadWriteXMLSink.h
|
||||
IRenderAuxGeom.h
|
||||
IRenderer.h
|
||||
IRenderMesh.h
|
||||
ISerialize.h
|
||||
IShader.h
|
||||
ISplines.h
|
||||
IStatObj.h
|
||||
StatObjBus.h
|
||||
IStereoRenderer.h
|
||||
ISurfaceType.h
|
||||
ISystem.h
|
||||
ITexture.h
|
||||
@@ -49,42 +42,31 @@ set(FILES
|
||||
IWindowMessageHandler.h
|
||||
IXml.h
|
||||
MicrophoneBus.h
|
||||
physinterface.h
|
||||
HMDBus.h
|
||||
VRCommon.h
|
||||
StereoRendererBus.h
|
||||
INavigationSystem.h
|
||||
IMNM.h
|
||||
SFunctor.h
|
||||
FunctorBaseFunction.h
|
||||
FunctorBaseMember.h
|
||||
stridedptr.h
|
||||
Options.h
|
||||
SerializationTypes.h
|
||||
CryEndian.h
|
||||
CryRandomInternal.h
|
||||
Random.h
|
||||
LCGRandom.h
|
||||
CryTypeInfo.cpp
|
||||
BaseTypes.h
|
||||
MemoryAccess.h
|
||||
AnimKey.h
|
||||
BitFiddling.h
|
||||
Common_TypeInfo.cpp
|
||||
CryArray.h
|
||||
CryAssert.h
|
||||
CryCrc32.h
|
||||
CryCustomTypes.h
|
||||
CryFile.h
|
||||
CryHeaders.h
|
||||
CryHeaders_info.cpp
|
||||
CryListenerSet.h
|
||||
CryLegacyAllocator.h
|
||||
CryPath.h
|
||||
CryPodArray.h
|
||||
CrySizer.h
|
||||
CrySystemBus.h
|
||||
CryTypeInfo.h
|
||||
CryVersion.h
|
||||
LegacyAllocator.cpp
|
||||
LegacyAllocator.h
|
||||
@@ -93,7 +75,6 @@ set(FILES
|
||||
MultiThread_Containers.h
|
||||
NullAudioSystem.h
|
||||
PNoise3.h
|
||||
primitives.h
|
||||
ProjectDefines.h
|
||||
Range.h
|
||||
ScopedVariableSetter.h
|
||||
@@ -102,14 +83,9 @@ set(FILES
|
||||
smartptr.h
|
||||
StlUtils.h
|
||||
Synchronization.h
|
||||
Tarray.h
|
||||
Timer.h
|
||||
TimeValue.h
|
||||
TimeValue_info.h
|
||||
TypeInfo_decl.h
|
||||
TypeInfo_impl.h
|
||||
VectorMap.h
|
||||
VectorSet.h
|
||||
VertexFormats.h
|
||||
XMLBinaryHeaders.h
|
||||
RenderBus.h
|
||||
@@ -123,13 +99,11 @@ set(FILES
|
||||
Cry_Geo.h
|
||||
Cry_GeoDistance.h
|
||||
Cry_GeoIntersect.h
|
||||
Cry_GeoOverlap.h
|
||||
Cry_Math.h
|
||||
Cry_Quat.h
|
||||
Cry_ValidNumber.h
|
||||
Cry_Vector2.h
|
||||
Cry_Vector3.h
|
||||
CryHalf_info.h
|
||||
CryHalf.inl
|
||||
MathConversion.h
|
||||
Cry_HWMatrix.h
|
||||
|
||||
Reference in New Issue
Block a user