From 11f9eaa4a020e5475c8610071762654c0617c88a Mon Sep 17 00:00:00 2001 From: minggo Date: Fri, 12 Sep 2014 15:02:18 +0800 Subject: [PATCH] fix template compiling error --- .../cpp-template-default/proj.ios_mac/ios/AppController.mm | 2 +- .../cpp-template-default/proj.ios_mac/ios/RootViewController.mm | 2 +- .../frameworks/runtime-src/proj.ios_mac/ios/AppController.mm | 2 +- .../runtime-src/proj.ios_mac/ios/RootViewController.mm | 2 +- .../frameworks/runtime-src/proj.ios_mac/ios/AppController.mm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/cpp-template-default/proj.ios_mac/ios/AppController.mm b/templates/cpp-template-default/proj.ios_mac/ios/AppController.mm index 9341e9894e..47d0c041b3 100644 --- a/templates/cpp-template-default/proj.ios_mac/ios/AppController.mm +++ b/templates/cpp-template-default/proj.ios_mac/ios/AppController.mm @@ -23,7 +23,7 @@ ****************************************************************************/ #import "AppController.h" -#import "CCEAGLView.h" +#import "platform/ios/CCEAGLView-ios.h" #import "cocos2d.h" #import "AppDelegate.h" #import "RootViewController.h" diff --git a/templates/cpp-template-default/proj.ios_mac/ios/RootViewController.mm b/templates/cpp-template-default/proj.ios_mac/ios/RootViewController.mm index 1c56c06631..c4989af5fa 100644 --- a/templates/cpp-template-default/proj.ios_mac/ios/RootViewController.mm +++ b/templates/cpp-template-default/proj.ios_mac/ios/RootViewController.mm @@ -25,7 +25,7 @@ #import "RootViewController.h" #import "cocos2d.h" -#import "CCEAGLView.h" +#import "platform/ios/CCEAGLView-ios.h" @implementation RootViewController diff --git a/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm b/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm index a0f62b899e..396f92ca30 100644 --- a/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm +++ b/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm @@ -29,7 +29,7 @@ #import "AppController.h" #import "AppDelegate.h" #import "RootViewController.h" -#import "CCEAGLView.h" +#import "platform/ios/CCEAGLView-ios.h" @implementation AppController diff --git a/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/RootViewController.mm b/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/RootViewController.mm index c7a9e7e328..b5531499e6 100644 --- a/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/RootViewController.mm +++ b/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/ios/RootViewController.mm @@ -25,7 +25,7 @@ #import "RootViewController.h" #import "cocos2d.h" -#import "CCEAGLView.h" +#import "platform/ios/CCEAGLView-ios.h" @implementation RootViewController diff --git a/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm index 10c4d459b2..82e0185bc0 100644 --- a/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm +++ b/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/ios/AppController.mm @@ -29,7 +29,7 @@ #import "AppController.h" #import "AppDelegate.h" #import "RootViewController.h" -#import "CCEAGLView.h" +#import "platform/ios/CCEAGLView-ios.h" #include "ConfigParser.h" @implementation AppController