2007-12-30 17:41:49 +01:00
|
|
|
$/$***************************************************************************
|
|
|
|
##
|
|
|
|
__SOURCE_NAME##.h
|
|
|
|
##
|
|
|
|
__COMPONENT component
|
|
|
|
##
|
|
|
|
__COPYRIGHT __AUTHOR __EMAIL
|
|
|
|
##
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 1, or (at your option)
|
|
|
|
any later version.
|
|
|
|
##
|
|
|
|
This program 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 General Public License for more details.
|
|
|
|
##
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
2011-06-03 02:51:09 +02:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
2012-01-24 02:06:49 +01:00
|
|
|
MA 02110-1301, USA.
|
2007-12-30 17:41:49 +01:00
|
|
|
##
|
|
|
|
***************************************************************************/
|
|
|
|
##
|
|
|
|
$#$ifndef _##_##__SOURCE_UNAME##_H
|
|
|
|
$#$define _##_##__SOURCE_UNAME##_H
|
|
|
|
##
|
|
|
|
$#$include "gambas.h"
|
|
|
|
##
|
|
|
|
$#$ifndef _##_##__MAIN_UNAME##_C
|
|
|
|
extern GB_INTERFACE GB;
|
|
|
|
$#$endif
|
|
|
|
##
|
|
|
|
$#$endif $/$* _##_##__SOURCE_UNAME##_H */
|