mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Minor include path fixes.
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user