|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include "th_gfx.h"#include "config.h"#include <algorithm>#include <cassert>#include <climits>#include <cstdlib>#include <cstring>#include <memory>#include <new>#include "persist_lua.h"#include "th_gfx_sdl.h"#include "th_lua.h"#include "th_map.h"#include "th_sound.h"Classes | |
| class | memory_reader |
| struct | th_frame_properties |
| struct | th_element_properties |
Variables | |
| constexpr size_t | bytes_per_animation_property = 4 |
|
constexpr |