/** --------------------------------------------------------------------------- * @file: physics.h * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. * ---------------------------------------------------------------------------- */ #pragma once #include "body.h" #include "collider.h" #include "collisionbody.h" #include "particlebody.h" #include "rectanglecollider.h" #include "rigidbody.h"