2007-08-08 13:03:18 +01:00
|
|
|
/* @P@/src/@NAME@/000_TopHeader.h
|
2006-07-25 19:00:04 +01:00
|
|
|
*
|
2007-02-05 12:35:36 +00:00
|
|
|
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
2006-07-25 19:00:04 +01:00
|
|
|
* Released under the GNU GPLv2. See file COPYING or
|
|
|
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HEADER_@CNAME@
|
|
|
|
#define HEADER_@CNAME@
|
|
|
|
|
2007-02-13 16:05:10 +00:00
|
|
|
/* standard includes, or includes needed for type declarations */
|
2006-07-25 19:00:04 +01:00
|
|
|
|
|
|
|
/* options for text editors
|
2006-07-25 19:19:59 +01:00
|
|
|
kate: @KATE_MODELINE@
|
2007-10-13 18:01:05 +01:00
|
|
|
vim: @VIM_MODELINE@:syntax=c.doxygen
|
2006-07-25 19:00:04 +01:00
|
|
|
*/
|