Moving tiles related stuff into the project window
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#define TAB_BAR(w) if (ImGui::BeginTabBar(w)) {
|
||||
#define END_TAB_BAR() ImGui::EndTabBar(); }
|
||||
|
||||
#define MENU_BAR() if (ImGui::BeginMenuBar()) {
|
||||
#define END_MENU_BAR() ImGui::EndMenuBar(); }
|
||||
|
||||
namespace yaze {
|
||||
namespace Application {
|
||||
namespace Core {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <memory>
|
||||
|
||||
#include "Editor/Editor.h"
|
||||
#include "Events/Event.h"
|
||||
#include "Renderer.h"
|
||||
#include "Window.h"
|
||||
#include "imgui/backends/imgui_impl_sdl.h"
|
||||
|
||||
Reference in New Issue
Block a user