Refactor command manager and editor includes for improved organization and functionality
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "app/core/platform/renderer.h"
|
||||
#include "app/core/utils/file_util.h"
|
||||
#include "app/editor/editor_manager.h"
|
||||
#include "app/editor/utils/editor.h"
|
||||
#include "app/editor/editor.h"
|
||||
#include "imgui/backends/imgui_impl_sdl2.h"
|
||||
#include "imgui/backends/imgui_impl_sdlrenderer2.h"
|
||||
#include "imgui/imconfig.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#import "app/core/platform/app_delegate.h"
|
||||
#import "app/core/controller.h"
|
||||
#import "app/core/platform/file_dialog.h"
|
||||
#import "app/editor/utils/editor.h"
|
||||
#import "app/editor/editor.h"
|
||||
#import "app/rom.h"
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
@@ -225,6 +225,8 @@
|
||||
NSLog(@"Open Recent File action triggered");
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
extern "C" void yaze_initialize_cococa() {
|
||||
@autoreleasepool {
|
||||
AppDelegate *delegate = [[AppDelegate alloc] init];
|
||||
@@ -250,8 +252,6 @@ extern "C" void yaze_run_cocoa_app_delegate(const char *filename) {
|
||||
controller.OnExit();
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user