From 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 13 Apr 2003 12:44:14 +0000 Subject: Removing Baltisot from there --- includes/Main.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 includes/Main.h (limited to 'includes/Main.h') diff --git a/includes/Main.h b/includes/Main.h deleted file mode 100644 index 4a81b3e..0000000 --- a/includes/Main.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __MAIN_H__ -#define __MAIN_H__ - -#include "Exceptions.h" - -class Main : public Base { - public: - Main(); - virtual ~Main(); - virtual int startup() throw (GeneralException) = 0; - protected: - void set_args(int, char **, char **); - int argc; - char ** argv; - char ** enve; - bool setted; - - friend int main(int, char **, char **); -}; - -#define CODE_BEGINS class Appli : public Main { -#define CODE_ENDS } * Application = new Appli(); - -#endif -- cgit v1.2.3