1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Move server files into their subfolders

This commit is contained in:
Aaron Franke
2024-03-11 20:27:45 -07:00
parent d705613db3
commit 3d1c9fd5de
393 changed files with 600 additions and 579 deletions

View File

@@ -39,7 +39,7 @@
#include "objects/jolt_area_3d.h"
#include "objects/jolt_body_3d.h"
#include "objects/jolt_soft_body_3d.h"
#include "servers/physics_server_3d_wrap_mt.h"
#include "servers/physics_3d/physics_server_3d_wrap_mt.h"
#include "shapes/jolt_box_shape_3d.h"
#include "shapes/jolt_capsule_shape_3d.h"
#include "shapes/jolt_concave_polygon_shape_3d.h"