Rose
|
#include <exception>
#include <filesystem>
#include <memory>
#include <SDL.h>
#include "Color.h"
#include "Texture.h"
#include "Types.h"
Go to the source code of this file.
Classes | |
class | rose::gm::SurfaceRuntimeError |
class | rose::gm::SurfaceDestroy |
A functor to destroy an SDL_Surface. More... | |
class | rose::gm::Surface |
A wrapper class for SDL_Surface pointers. More... | |
class | rose::gm::SurfaceLock |
A helper class to wrap the SDL_LockSurface and SDL_UnlockSurface API calls. More... | |