/* ---------------------------------------------------------------------------- * physics.h * * Copyright (c) 2017 Yann Herklotz Grave -- MIT License * See file LICENSE for more details * ---------------------------------------------------------------------------- */ #ifndef YAGE_PHYSICS_H #define YAGE_PHYSICS_H #include "body.h" #include "collider.h" #include "collisionbody.h" #include "particlebody.h" #include "rectanglecollider.h" #include "rigidbody.h" #endif