LPCGame
A 2d game 'engine' written in C++
|
#include <string>
#include <vector>
#include <memory>
#include <SDL.h>
#include <luabind/luabind.hpp>
#include "../externals/json/json.h"
#include "rect.h"
#include "vectors.h"
Go to the source code of this file.
Classes | |
class | Image |
Wrapper around the SDL_Texture to make things easier. More... | |