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