JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Drawable.hpp File Reference

Contains jngl::Drawable class. More...

#include "Vec2.hpp"
Include dependency graph for Drawable.hpp:
This graph shows which files directly or indirectly include this file:

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() More...
 

Detailed Description

Contains jngl::Drawable class.

Definition in file Drawable.hpp.