mirror of https://github.com/axmolengine/axmol.git
28 lines
484 B
C++
28 lines
484 B
C++
// Application main form file.
|
|
|
|
// Original file name: test_uphoneMainForm.h
|
|
// Generated by TOPS Builder:Project wizard,Date:2010-7-26
|
|
|
|
|
|
|
|
#ifndef __test_uphone_MainForm_H__
|
|
#define __test_uphone_MainForm_H__
|
|
#include "CCXEGLView.h"
|
|
|
|
class TMainForm : public cocos2d::CCXEGLView
|
|
{
|
|
public:
|
|
|
|
TMainForm(TApplication * pApp);
|
|
|
|
~TMainForm(void);
|
|
|
|
public:
|
|
virtual Boolean EventHandler(TApplication * pApp, EventType * pEvent);
|
|
protected:
|
|
};
|
|
|
|
|
|
#endif
|
|
|