15 #include "CeeCore/Base.h"
16 #include "CeeCore/RefCountedObject.h"
17 #include "CeeCore/Str.h"
36 Image* imageResource(
const Str& resourceName);
37 void addImageResource(
const Str& resourceName,
Image* image);
39 std::map<Str, const Image*> allImageResources()
const;
Stores an RGBA image with 8 bits per pixel.
Definition: Image.h:25
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
A general unicode based string class.
Definition: Str.h:28
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Class for storing image resources.
Definition: ImageResources.h:30