Skip to content

Commit

Permalink
chore: don't expose imgui header
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Sep 27, 2023
1 parent a5d135a commit e0a1af5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/src/cubos/engine/imgui/imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <cubos/core/io/cursor.hpp>
#include <cubos/core/log.hpp>

#include <cubos/engine/imgui/imgui.hpp>
#include "imgui.hpp"

namespace gl = cubos::core::gl;
namespace io = cubos::core::io;
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion engine/src/cubos/engine/imgui/plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include <cubos/engine/imgui/imgui.hpp>
#include <cubos/engine/imgui/plugin.hpp>
#include <cubos/engine/window/plugin.hpp>

#include "imgui.hpp"

using cubos::core::ecs::EventReader;
using cubos::core::ecs::Read;
using cubos::core::io::Window;
Expand Down

0 comments on commit e0a1af5

Please sign in to comment.