#include "SDL/SDL.h"
#include "tinyxml.h"
#include <list>
#include "sdlsurface.h"
Include dependency graph for sdlmanager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SdlManager |
The central class, that manages Sdl*-classes. More... | |
Defines | |
#define | RGB(r, g, b) SDL_MapRGB( SdlManager::the->getDisplay()->surf()->format, r, g, b ) |