// 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