IPHONE: Make includes match our style.
This commit is contained in:
parent
f8ef5e2476
commit
afd4b82a8a
9 changed files with 11 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "iphone_keyboard.h"
|
#include "backends/platform/iphone/iphone_keyboard.h"
|
||||||
|
|
||||||
@interface UITextInputTraits
|
@interface UITextInputTraits
|
||||||
- (void)setAutocorrectionType:(int)type;
|
- (void)setAutocorrectionType:(int)type;
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <UIKit/UIKit.h>
|
#include <UIKit/UIKit.h>
|
||||||
#include <Foundation/NSThread.h>
|
#include <Foundation/NSThread.h>
|
||||||
|
|
||||||
#include "iphone_video.h"
|
#include "backends/platform/iphone/iphone_video.h"
|
||||||
|
|
||||||
void iphone_main(int argc, char *argv[]);
|
void iphone_main(int argc, char *argv[]);
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
#include <OpenGLES/ES1/gl.h>
|
#include <OpenGLES/ES1/gl.h>
|
||||||
#include <OpenGLES/ES1/glext.h>
|
#include <OpenGLES/ES1/glext.h>
|
||||||
|
|
||||||
#include "iphone_keyboard.h"
|
#include "backends/platform/iphone/iphone_keyboard.h"
|
||||||
#include "iphone_common.h"
|
#include "backends/platform/iphone/iphone_common.h"
|
||||||
|
|
||||||
#include "common/list.h"
|
#include "common/list.h"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
// Disable symbol overrides so that we can use system headers.
|
// Disable symbol overrides so that we can use system headers.
|
||||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||||
|
|
||||||
#include "iphone_video.h"
|
#include "backends/platform/iphone/iphone_video.h"
|
||||||
|
|
||||||
#include "graphics/colormasks.h"
|
#include "graphics/colormasks.h"
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "gui/message.h"
|
#include "gui/message.h"
|
||||||
#include "common/translation.h"
|
#include "common/translation.h"
|
||||||
|
|
||||||
#include "osys_main.h"
|
#include "backends/platform/iphone/osys_main.h"
|
||||||
|
|
||||||
static const int kQueuedInputEventDelay = 50;
|
static const int kQueuedInputEventDelay = 50;
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
#include "audio/mixer.h"
|
#include "audio/mixer.h"
|
||||||
#include "audio/mixer_intern.h"
|
#include "audio/mixer_intern.h"
|
||||||
|
|
||||||
#include "osys_main.h"
|
#include "backends/platform/iphone/osys_main.h"
|
||||||
|
|
||||||
|
|
||||||
const OSystem::GraphicsMode OSystem_IPHONE::s_supportedGraphicsModes[] = {
|
const OSystem::GraphicsMode OSystem_IPHONE::s_supportedGraphicsModes[] = {
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H
|
#define BACKENDS_PLATFORM_IPHONE_OSYS_MAIN_H
|
||||||
|
|
||||||
#include "graphics/surface.h"
|
#include "graphics/surface.h"
|
||||||
#include "iphone_common.h"
|
#include "backends/platform/iphone/iphone_common.h"
|
||||||
#include "backends/base-backend.h"
|
#include "backends/base-backend.h"
|
||||||
#include "common/events.h"
|
#include "common/events.h"
|
||||||
#include "audio/mixer_intern.h"
|
#include "audio/mixer_intern.h"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
// Disable symbol overrides so that we can use system headers.
|
// Disable symbol overrides so that we can use system headers.
|
||||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||||
|
|
||||||
#include "osys_main.h"
|
#include "backends/platform/iphone/osys_main.h"
|
||||||
|
|
||||||
void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {
|
void OSystem_IPHONE::AQBufferCallback(void *in, AudioQueueRef inQ, AudioQueueBufferRef outQB) {
|
||||||
//printf("AQBufferCallback()\n");
|
//printf("AQBufferCallback()\n");
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
// Disable symbol overrides so that we can use system headers.
|
// Disable symbol overrides so that we can use system headers.
|
||||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||||
|
|
||||||
#include "osys_main.h"
|
#include "backends/platform/iphone/osys_main.h"
|
||||||
#include "iphone_video.h"
|
#include "backends/platform/iphone/iphone_video.h"
|
||||||
|
|
||||||
#include "graphics/conversion.h"
|
#include "graphics/conversion.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue