2006-07-24 21:55:12 +01:00
|
|
|
/* @P@/src/@NAME@/TopHeader.h
|
2006-07-24 20:19:15 +01:00
|
|
|
*
|
2006-07-24 22:04:40 +01:00
|
|
|
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
|
2006-07-24 20:19:15 +01:00
|
|
|
* COPYING for more information / terms of license.
|
|
|
|
*/
|
|
|
|
|
2006-07-24 21:55:12 +01:00
|
|
|
#ifndef HEADER_@CNAME@
|
|
|
|
#define HEADER_@CNAME@
|
2006-07-24 20:19:15 +01:00
|
|
|
|
|
|
|
// standard includes, or includes needed for type declarations
|
|
|
|
|
|
|
|
/* options for text editors
|
|
|
|
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
2006-07-24 21:55:12 +01:00
|
|
|
vim: expandtab:ts=4:sw=4
|
2006-07-24 20:19:15 +01:00
|
|
|
*/
|