yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
app_delegate.h
Go to the documentation of this file.
1#ifndef YAZE_APP_PLATFORM_APP_DELEGATE_H_
2#define YAZE_APP_PLATFORM_APP_DELEGATE_H_
3
4#include "app/application.h"
5
6#if defined(__APPLE__) && defined(__MACH__)
7
8extern "C" {
9// Initialize Cocoa Application Delegate
10void yaze_initialize_cocoa();
11
12// Run the main loop with Cocoa App Delegate
13int yaze_run_cocoa_app_delegate(const yaze::AppConfig& config);
14}
15
16#endif
17
18#endif // YAZE_APP_PLATFORM_APP_DELEGATE_H_
Configuration options for the application startup.
Definition application.h:23