|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "th_gfx_sdl.h"#include "config.h"#include <SDL.h>#include <png.h>#include <algorithm>#include <cmath>#include <cstdio>#include <cstring>#include <iostream>#include <limits>#include <memory>#include <new>#include <stack>#include <stdexcept>#include <vector>#include "persist_lua.h"#include "th_gfx.h"#include "th_gfx_common.h"#include "th_gfx_font.h"Classes | |
| struct | th_sprite_properties |
| Sprite structure in the table file. More... | |
Macros | |
| #define | SDL_FRECT_UNIT int |
| #define | SDL_FRect SDL_Rect |
| #define | SDL_RenderCopyF SDL_RenderCopy |
| #define | SDL_RenderCopyExF SDL_RenderCopyEx |
| #define SDL_FRect SDL_Rect |
| #define SDL_RenderCopyExF SDL_RenderCopyEx |
| #define SDL_RenderCopyF SDL_RenderCopy |