move dirs init for iOS and OSX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user