Skip to content

Commit

Permalink
Move vendored ImGuizmo to oscar/UI/Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 7, 2025
1 parent a4e6c42 commit 65d265a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/oscar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ add_library(oscar STATIC
UI/Icon.h
UI/IconCache.cpp
UI/IconCache.h
UI/ImGuizmo.cpp
UI/ImGuizmo.h
UI/Detail/ImGuizmo.cpp
UI/Detail/ImGuizmo.h
UI/MouseCapturingCamera.cpp
UI/MouseCapturingCamera.h
UI/oscimgui.cpp
Expand Down
9 changes: 4 additions & 5 deletions src/oscar/UI.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#pragma once

#include <oscar/UI/Events.h>
#include <oscar/UI/Icon.h>
#include <oscar/UI/IconCache.h>
#include <oscar/UI/MouseCapturingCamera.h>
#include <oscar/UI/oscimgui.h>
#include <oscar/UI/Panels.h>
#include <oscar/UI/Popups.h>
#include <oscar/UI/Screens.h>
#include <oscar/UI/Tabs.h>
#include <oscar/UI/Widgets.h>

#include <oscar/UI/Icon.h>
#include <oscar/UI/IconCache.h>
#include <oscar/UI/MouseCapturingCamera.h>
#include <oscar/UI/oscimgui.h>
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/oscar/UI/oscimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include <oscar/Shims/Cpp20/bit.h>
#include <oscar/Shims/Cpp23/ranges.h>
#include <oscar/Shims/Cpp23/utility.h>
#include <oscar/UI/ImGuizmo.h>
#include <oscar/UI/Detail/ImGuizmo.h>
#include <oscar/UI/oscimgui.h>
#include <oscar/Utils/Algorithms.h>
#include <oscar/Utils/Assertions.h>
Expand Down

0 comments on commit 65d265a

Please sign in to comment.