10 lines
146 B
C
10 lines
146 B
C
|
#ifndef __APPLICAT_H
|
||
|
#include <applicat.h>
|
||
|
#endif
|
||
|
|
||
|
class TAgg_codes : public TSkeleton_application
|
||
|
{
|
||
|
protected:
|
||
|
virtual void main_loop();
|
||
|
};
|