ES-DE/src/resources
Aloshi 90af5d47ab Created the ResourceManager, Resource, and TextureResource classes.
The ResourceManager provides a unified interface for accessing resource
data, embedded or from the filesystem, with
initialization/deinitialization handled automatically behind the scenes.
It also keeps from creating duplicate resources (e.g. when two
ImageComponents use the same image file).
Audio still needs to be moved over to it.
2013-06-21 11:49:29 -05:00
..
Resource.cpp Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00
Resource.h Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00
ResourceManager.cpp Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00
ResourceManager.h Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00
TextureResource.cpp Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00
TextureResource.h Created the ResourceManager, Resource, and TextureResource classes. 2013-06-21 11:49:29 -05:00