// Application application header file. // Original file name: test_spriteApp.h // Generated by TOPS Builder:Project wizard,Date:2010-8-3 #ifndef __test_sprite_App_H__ #define __test_sprite_App_H__ #include "TG3.h" class Ttest_spriteApp : public TApplication { public: Ttest_spriteApp(); ~Ttest_spriteApp(); public: virtual Boolean EventHandler(EventType * pEvent); protected: private: }; #endif