2013-02-20 19:52:52 -05:00
|
|
|
/* RetroArch - A frontend for libretro.
|
|
|
|
* Copyright (C) 2013 - Jason Fetters
|
|
|
|
*
|
|
|
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
|
|
|
* of the GNU General Public License as published by the Free Software Found-
|
|
|
|
* ation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
|
|
|
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
|
|
* PURPOSE. See the GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along with RetroArch.
|
|
|
|
* If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2013-02-08 17:12:21 -05:00
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <GLKit/GLKit.h>
|
|
|
|
|
2013-03-26 22:38:38 -04:00
|
|
|
#import "RAModuleInfo.h"
|
2013-02-13 15:46:56 -05:00
|
|
|
|
2013-02-13 18:18:55 -05:00
|
|
|
@interface RAGameView : UIViewController
|
2013-03-05 00:14:26 -05:00
|
|
|
+ (RAGameView*)get;
|
|
|
|
- (void)openPauseMenu;
|
|
|
|
- (void)closePauseMenu;
|
2013-02-08 17:12:21 -05:00
|
|
|
@end
|
|
|
|
|
2013-03-24 18:23:46 -04:00
|
|
|
@interface RALogView : UITableViewController
|
|
|
|
@end
|