axmol/template/AppDelegate.h

29 lines
605 B
C
Raw Normal View History

// Application application header file.
// Original file name: cocosTemplateApp.h
// Generated by TOPS Builder:Project wizard,Date:2010-09-27
#ifndef _APP_DELEGATE_H_
#define _APP_DELEGATE_H_
#include "CCXApplication.h"
#include "CCXEGLView.h"
class AppDelegate : public cocos2d::CCXApplication
{
public:
AppDelegate();
2010-11-11 11:18:58 +08:00
virtual bool applicationDidFinishLaunching();
virtual void applicationDidEnterBackground();
virtual void applicationWillEnterForeground();
protected:
cocos2d::CCXEGLView * m_pMainWnd;
};
#endif // _APP_DELEGATE_H_