#ifndef APP_H #define APP_H #include class App : public BApplication { public: App(void); }; #endif