1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +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

@@ -34,7 +34,7 @@
#include "../openxr_api.h"
#include "scene/3d/skeleton_3d.h"
#include "servers/xr_server.h"
#include "servers/xr/xr_server.h"
void OpenXRHand::_bind_methods() {
ClassDB::bind_method(D_METHOD("set_hand", "hand"), &OpenXRHand::set_hand);