12 lines
201 B
C
12 lines
201 B
C
|
#ifndef __BA8500_H
|
||
|
#define __BA8500_H
|
||
|
|
||
|
class TKlarkKent_app : public TSkeleton_application
|
||
|
{
|
||
|
protected:
|
||
|
virtual TReport* create_report(const char* name) const;
|
||
|
virtual void main_loop();
|
||
|
};
|
||
|
|
||
|
#endif
|