JNGL
Easy to use cross-platform 2D game library
|
Contains jngl::Drawable class. More...
#include "Vec2.hpp"
Go to the source code of this file.
Classes | |
class | Drawable |
Base class for drawable objects with a position and a rectangle size. More... | |
Namespaces | |
namespace | jngl |
JNGL's main namespace. | |
Functions | |
template<class Box > | |
bool | contains (const Box &box, const Vec2 point) |
Pass any class that implements getX(), getY(), getWidth() and getHeight() | |
Contains jngl::Drawable class.
Definition in file Drawable.hpp.