axmol/test_uphone/test_uphoneMainForm.h

29 lines
486 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