Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758)
Remove from CryCommon and CrySystem: - MemoryManager and all related classes/files - StreamEngine, ResourceManager, ImageHandler, and AsyncPakManager - Various other related interfaces/files/classes etc. that are all now unused
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
#include <AzCore/std/algorithm.h>
|
||||
#include <ImageProcessing_Traits_Platform.h>
|
||||
|
||||
//! The following defines and constants are extracted from ImageExtensionHelper.h
|
||||
//! Please make sure they are always synced with ImageExtensionHelper.h
|
||||
|
||||
#define IMAGE_BUIDER_MAKEFOURCC(ch0, ch1, ch2, ch3) \
|
||||
((AZ::u32)(AZ::u8)(ch0) | ((AZ::u32)(AZ::u8)(ch1) << 8) | \
|
||||
((AZ::u32)(AZ::u8)(ch2) << 16) | ((AZ::u32)(AZ::u8)(ch3) << 24))
|
||||
|
||||
Reference in New Issue
Block a user