axmol/tests/js-tests/project/proj.win8.1-universal/App.Shared/App.xaml.h

20 lines
358 B
C
Raw Normal View History

2015-04-16 18:07:35 +08:00
#pragma once
#include "app.g.h"
#include "OpenGLES.h"
#include "openglespage.xaml.h"
namespace cocos2d
{
ref class App sealed
{
public:
App();
virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) override;
private:
OpenGLESPage^ mPage;
OpenGLES mOpenGLES;
};
}