#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <initializer_list>
#include "bbopMathClass.h"
#include "bbopGlobal.h"
#include "collisionBoxClass.h"
#include "VAO.h"
#include "VBO.h"
#include "EBO.h"
Go to the source code of this file.
Classes | |
class | Shape |
Class parente de toutes les formes géométriques(RectangleShape, ConvexShape, CircleShape, Sprite) More... | |
class | RectangleShape |
Gère un rectangle/carré More... | |
class | ConvexShape |
Gère une convex. More... | |
class | CircleShape |
Gère un cercle. More... | |