move dirs init for iOS and OSX
This commit is contained in:
@@ -31,3 +31,12 @@
|
||||
- (std::string)clipboard_get_string;
|
||||
- (bool)clipboard_set_string:(const std::string&)s;
|
||||
@end
|
||||
|
||||
@interface AppOSX : NSApplication<NSApplicationDelegate>
|
||||
{
|
||||
Window* window;
|
||||
Controller* controller;
|
||||
View* view;
|
||||
}
|
||||
- (void)init_dirs;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user