home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 17
/
Freelog017.iso
/
BeOS
/
ababelone
/
Sources
/
aba_Be_lone.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-11-05
|
1KB
|
43 lines
/*
Copyright (C) 2000 by Hervé PHILIPPE <rv@bemail.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
Remarque IMPORTANTE : aba_Be_lone est un logiciel sous licence GPL (open-source protégé par copyleft).
Pour plus de précisions, il faut regarder le fichier texte relatif à cette licence.
*/
#ifndef _ABABELONEAPP_H_
#define _ABABELONEAPP_H_
#include <Application.h>
#include <Screen.h>
#include "FenetreAbabelone.h"
// Signature de l'application
#define ABABELONE_APP_SIG "application/x-vnd.Hervé PHILIPPE-aba_Be_lone"
class AbabeloneApp: public BApplication
{
// FONCTIONS
public:
AbabeloneApp(); // Constructeur
// VARIABLES ET CONSTANTES
private:
};
#endif