mirror of https://github.com/axmolengine/axmol.git
25 lines
440 B
C++
25 lines
440 B
C++
// Application application header file.
|
|
|
|
// Original file name: test_uphoneApp.h
|
|
// Generated by TOPS Builder:Project wizard,Date:2010-7-26
|
|
|
|
|
|
#ifndef __test_uphone_App_H__
|
|
#define __test_uphone_App_H__
|
|
#include "TG3.h"
|
|
|
|
class Ttest_uphoneApp : public TApplication
|
|
{
|
|
public:
|
|
Ttest_uphoneApp();
|
|
~Ttest_uphoneApp();
|
|
public:
|
|
virtual Boolean EventHandler(EventType * pEvent);
|
|
protected:
|
|
private:
|
|
};
|
|
|
|
|
|
#endif
|
|
|