updated template files

This commit is contained in:
Dale Stammen 2014-10-24 06:08:38 -07:00
parent d4b4452bae
commit 3b8537b7e4
3 changed files with 3 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#include "pch.h"
#include "App.xaml.h"
#include "OpenGLESPage.xaml.h"
using namespace cocos2d;
@ -12,7 +12,7 @@ void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEvent
{
if (mPage == nullptr)
{
mPage = ref new cocos2d::OpenGLESPage(&mOpenGLES);
mPage = ref new OpenGLESPage(&mOpenGLES);
}
// Place the page in the current window and ensure that it is active.

View File

@ -1,6 +1 @@
//
// pch.cpp
// Include the standard header and generate the precompiled header.
//
#include "pch.h"
#include "pch.h"

View File

@ -11,6 +11,4 @@
#include "cocos2d.h"
#include "cocos-ext.h"
#include "App.xaml.h"