2010-07-26 17:12:06 +08:00
|
|
|
// 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__
|
2010-07-28 10:15:02 +08:00
|
|
|
#include "CCXEGLView.h"
|
2010-07-26 17:12:06 +08:00
|
|
|
|
2010-07-28 10:15:02 +08:00
|
|
|
class TMainForm : public cocos2d::CCXEGLView
|
2010-07-26 17:12:06 +08:00
|
|
|
{
|
|
|
|
public:
|
|
|
|
|
2010-07-28 10:15:02 +08:00
|
|
|
TMainForm(TApplication * pApp);
|
2010-07-26 17:12:06 +08:00
|
|
|
|
|
|
|
~TMainForm(void);
|
|
|
|
|
|
|
|
public:
|
|
|
|
virtual Boolean EventHandler(TApplication * pApp, EventType * pEvent);
|
2010-08-03 11:23:12 +08:00
|
|
|
|
2010-07-26 17:12:06 +08:00
|
|
|
protected:
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|