Minor include path fixes.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2020-01-10 02:23:38 -03:00
parent 0ad50260fd
commit e4027f5af9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include <eepp/physics/shapecircle.hpp>
#include <eepp/physics/space.hpp>
#include <chipmunk/chipmunk_unsafe.h>
#include <eepp/thirdparty/chipmunk/chipmunk_unsafe.h>
#ifdef PHYSICS_RENDERER_ENABLED
#include <eepp/graphics/renderer/renderer.hpp>

View File

@@ -1,6 +1,6 @@
#include <eepp/physics/shapepoint.hpp>
#include <eepp/physics/space.hpp>
#include <chipmunk/chipmunk_unsafe.h>
#include <eepp/thirdparty/chipmunk/chipmunk_unsafe.h>
#ifdef PHYSICS_RENDERER_ENABLED
#include <eepp/graphics/primitives.hpp>

View File

@@ -1,6 +1,6 @@
#include <eepp/physics/shapepoly.hpp>
#include <eepp/physics/space.hpp>
#include <chipmunk/chipmunk_unsafe.h>
#include <eepp/thirdparty/chipmunk/chipmunk_unsafe.h>
#ifdef PHYSICS_RENDERER_ENABLED
#include <eepp/graphics/globalbatchrenderer.hpp>

View File

@@ -1,6 +1,6 @@
#include <eepp/physics/shapesegment.hpp>
#include <eepp/physics/space.hpp>
#include <chipmunk/chipmunk_unsafe.h>
#include <eepp/thirdparty/chipmunk/chipmunk_unsafe.h>
#ifdef PHYSICS_RENDERER_ENABLED
#include <eepp/graphics/renderer/opengl.hpp>