campo-sirio/src/ba/ba8500.h
mtollari 1b14ec9415 Spostamento cartella sorgenti
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-09 13:59:02 +00:00

20 lines
299 B
C++
Executable File

#ifndef __BA8500_H
#define __BA8500_H
#ifndef __APPLICAT_H
#include <applicat.h>
#endif
#ifndef __REPORT_H
#include <report.h>
#endif
class TKlarkKent_app : public TSkeleton_application
{
protected:
virtual TReport* create_report(const char* name) const;
virtual void main_loop();
};
#endif