|
LPCGame
A 2d game 'engine' written in C++
|
#include <string>#include <stdexcept>#include <memory>#include <SDL.h>#include <SDL_ttf.h>#include <luabind/luabind.hpp>#include "../externals/json/json.h"#include "rect.h"#include "color.h"Go to the source code of this file.
Classes | |
| class | Text |
| Handles drawing some text. More... | |