Skip to content

Commit

Permalink
🍎 fuck macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wobbier committed Sep 2, 2024
1 parent db01837 commit 98ed76b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Source/Tools/DebugTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#if USING( ME_GAME_TOOLS )

#include "imgui.h"
#include "Window\SDLWindow.h"
#include "Window\PlatformWindowHooks.h"
#include "Engine\Engine.h"
#include "Window/SDLWindow.h"
#include "Window/PlatformWindowHooks.h"
#include "Engine/Engine.h"
#include "Renderer.h"

static SDL_Cursor* g_imgui_to_sdl_cursor[ImGuiMouseCursor_COUNT];
Expand Down
3 changes: 2 additions & 1 deletion Source/Tools/DebugTools.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#if USING( ME_GAME_TOOLS )
#include "Editor\WidgetRegistry.h"

#include "Editor/WidgetRegistry.h"

class DebugTools
{
Expand Down

0 comments on commit 98ed76b

Please sign in to comment.