|
LPCGame
A 2d game 'engine' written in C++
|
#include <SDL.h>#include <luabind/luabind.hpp>#include <luabind/operator.hpp>#include "../externals/json/json.h"Go to the source code of this file.
Classes | |
| class | Vector2< T > |
| A 2D vector. More... | |
Typedefs | |
| typedef Vector2< int > | Vector2i |
| typedef Vector2< float > | Vector2f |
| typedef Vector2< double > | Vector2d |