2007-09-17 15:33:04 +00:00
|
|
|
#ifndef __APPLICAT_H
|
1996-11-07 13:48:02 +00:00
|
|
|
#include <applicat.h>
|
2007-09-17 15:33:04 +00:00
|
|
|
#endif
|
1996-11-07 13:48:02 +00:00
|
|
|
|
2000-10-03 13:45:12 +00:00
|
|
|
class TAgg_codes : public TSkeleton_application
|
1996-11-07 13:48:02 +00:00
|
|
|
{
|
2000-10-03 13:45:12 +00:00
|
|
|
protected:
|
|
|
|
virtual void main_loop();
|
2004-03-16 20:48:53 +00:00
|
|
|
};
|