Skip to content

Commit

Permalink
move UI's headers into its include without nested folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaZIuk committed Oct 13, 2024
1 parent 71dbc8d commit 29965d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
#include "SimpleWindowedApplication.hpp"
#include "CEventCallback.hpp"

// example's own headers
#include "nbl/this_example/transform.hpp"
#include "nbl/this_example/renderpass/scene.hpp"
//#include "nbl/this_example/renderpass/ui.hpp"
// the example's headers
#include "transform.hpp"
#include "scene.hpp"

#endif // __NBL_THIS_EXAMPLE_COMMON_H_INCLUDED__
12 changes: 0 additions & 12 deletions 61_UI/include/nbl/this_example/renderpass/ui.hpp

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "nbl/ext/ImGui/ImGui.h"
#include "imgui/imgui_internal.h"
#include "imguizmo/ImGuizmo.h"
#include "renderpass/scene.hpp"
#include "scene.hpp"

struct TransformRequestParams
{
Expand Down
2 changes: 1 addition & 1 deletion 61_UI/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file is part of the "Nabla Engine".
// For conditions of distribution and use, see copyright notice in nabla.h

#include "nbl/this_example/common.hpp"
#include "common.hpp"

using namespace nbl;
using namespace core;
Expand Down

0 comments on commit 29965d6

Please sign in to comment.