move dirs init for iOS and OSX

This commit is contained in:
2019-07-13 16:49:13 +02:00
parent d7386cdfa9
commit 2e5ea079c8
6 changed files with 111 additions and 110 deletions

View File

@@ -21,7 +21,7 @@
>
{
@public GameView* glview;
@public CADisplayLink *displayLink;
@public EAGLContext* context;
}
- (void)display_file:(std::string)filename;
- (void)reset_touch;
@@ -35,4 +35,5 @@
- (void)share_file:(NSString*)file_path;
- (std::string)clipboard_get_string;
- (bool)clipboard_set_string:(const std::string&)s;
- (void)init_dirs;
@end