Skip to content

Commit

Permalink
Migrate some structures to UESDK
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 31, 2023
1 parent 0f67c7b commit cc544b5
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 105 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,6 @@ list(APPEND uevr_SOURCES
"src/mods/vr/runtimes/VRRuntime.hpp"
"src/mods/vr/shaders/ps.hpp"
"src/mods/vr/shaders/vs.hpp"
"src/mods/vr/structures/Enums.hpp"
"src/mods/vr/structures/FGuid.hpp"
"src/mods/vr/structures/FXRHMDData.hpp"
"src/mods/vr/structures/FXRMotionControllerData.hpp"
"src/uevr-imgui/font_robotomedium.hpp"
"src/uevr-imgui/uevr_imconfig.hpp"
"src/utility/ImGui.hpp"
Expand Down
2 changes: 1 addition & 1 deletion dependencies/submodules/UESDK
Submodule UESDK updated from befcbd to 34ffd7
5 changes: 3 additions & 2 deletions src/mods/vr/IXRTrackingSystemHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
#include "../VR.hpp"

#include <sdk/vtables/IXRTrackingSystemVTables.hpp>
#include "structures/FXRMotionControllerData.hpp"
#include "structures/FXRHMDData.hpp"
#include <sdk/structures/FXRMotionControllerData.hpp>
#include <sdk/structures/FXRHMDData.hpp>

#include "IXRTrackingSystemHook.hpp"

detail::IXRTrackingSystemVT& get_tracking_system_vtable() {
Expand Down
18 changes: 0 additions & 18 deletions src/mods/vr/structures/Enums.hpp

This file was deleted.

15 changes: 0 additions & 15 deletions src/mods/vr/structures/FGuid.hpp

This file was deleted.

28 changes: 0 additions & 28 deletions src/mods/vr/structures/FXRHMDData.hpp

This file was deleted.

37 changes: 0 additions & 37 deletions src/mods/vr/structures/FXRMotionControllerData.hpp

This file was deleted.

0 comments on commit cc544b5

Please sign in to comment.