#include "OSDLDataCommon.h"
#include "OSDLMusic.h"
#include "OSDLSound.h"
#include "OSDLImage.h"
#include "OSDLGLTexture.h"
#include "OSDLTrueTypeFont.h"
#include "Ceylan.h"
#include <string>
#include <list>
#include <map>
#include <utility>
Go to the source code of this file.
Classes | |
class | OSDL::Data::ResourceManagerException |
Exception to be thrown when engine abnormal behaviour occurs. More... | |
class | OSDL::Data::ResourceManager |
This ResourceManager manages resources on behalf of the developer. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Data |
Enumerations | |
enum | OSDL::Data::ContentType { OSDL::Data::text, OSDL::Data::data, OSDL::Data::music, OSDL::Data::sound, OSDL::Data::image, OSDL::Data::texture_2D, OSDL::Data::texture_3D, OSDL::Data::ttf_font, OSDL::Data::unknown } |
Describes the various known content type for resources. More... |