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