|
LPCGame
A 2d game 'engine' written in C++
|
#include <string>#include <stdexcept>#include <memory>#include <fstream>#include <SDL.h>#include <SDL_image.h>#include <SDL_ttf.h>#include <luabind/luabind.hpp>#include "rect.h"#include "image.h"#include "animatedimage.h"#include "window.h"#include <iostream>