ios: Fix a couple of warnings
This commit is contained in:
parent
33d57ee3a0
commit
1a236f4a67
|
@ -79,7 +79,7 @@
|
||||||
strcat(path, "/");
|
strcat(path, "/");
|
||||||
strcat(path, item->d_name);
|
strcat(path, item->d_name);
|
||||||
|
|
||||||
extern void ios_run_game(const char*);
|
extern void ios_load_game(const char*);
|
||||||
ios_load_game(path);
|
ios_load_game(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
#import <GLKit/GLKit.h>
|
#import <GLKit/GLKit.h>
|
||||||
|
|
||||||
@interface game_view : UIViewController
|
@interface game_view : UIViewController
|
||||||
- (void)load_game:(const char*)file_name;
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue