Move Box2D up into src/

This commit is contained in:
ROllerozxa 2024-09-01 20:48:01 +02:00
commit 2ab1fc11f3
128 changed files with 21 additions and 34 deletions

View file

@ -104,13 +104,13 @@ file(GLOB SRCS
src/src/*.cc
src/src/*.c
src/src/Box2D/Collision/*.cc
src/src/Box2D/Collision/Shapes/*.cc
src/src/Box2D/Common/*.cc
src/src/Box2D/Dynamics/*.cc
src/src/Box2D/Dynamics/Contacts/*.cc
src/src/Box2D/Dynamics/Joints/*.cc
src/src/Box2D/Particle/*.cc
src/Box2D/Collision/*.cc
src/Box2D/Collision/Shapes/*.cc
src/Box2D/Common/*.cc
src/Box2D/Dynamics/*.cc
src/Box2D/Dynamics/Contacts/*.cc
src/Box2D/Dynamics/Joints/*.cc
src/Box2D/Particle/*.cc
)
# For non-Android, system SDL2 and OpenGL include dirs

View file

@ -16,7 +16,6 @@ RECURSIVE = YES
STRIP_FROM_PATH = src
INPUT = doc/main_page.dox \
src/src/ src/tms/
EXCLUDE = src/src/Box2D/
# Dot graphs
HAVE_DOT = YES

Some files were not shown because too many files have changed in this diff Show more