diff --git a/CMakeLists.txt b/CMakeLists.txt index b4917b3a2..075cafd3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -654,8 +654,8 @@ elseif(USE_COCOA) src/platform/C4WindowController.h src/platform/C4WindowController.mm src/platform/CocoaKeycodeMap.h - src/platform/C4EditorWindowController.h - src/platform/C4EditorWindowController.mm + src/editor/C4EditorWindowController.h + src/editor/C4EditorWindowController.mm src/platform/ObjectiveCAssociated.h ) endif() diff --git a/src/platform/C4EditorWindowController.h b/src/editor/C4EditorWindowController.h similarity index 100% rename from src/platform/C4EditorWindowController.h rename to src/editor/C4EditorWindowController.h diff --git a/src/platform/C4EditorWindowController.mm b/src/editor/C4EditorWindowController.mm similarity index 100% rename from src/platform/C4EditorWindowController.mm rename to src/editor/C4EditorWindowController.mm