17 lines
386 B
C
17 lines
386 B
C
/* @P@/src/@NAME@/000_TopHeader.h
|
|
*
|
|
* (c)2007, @AUTHOR@, <@EMAIL@>.
|
|
* Released under the GNU GPLv3. See file COPYING or
|
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
*/
|
|
|
|
#ifndef HEADER_@CNAME@
|
|
#define HEADER_@CNAME@
|
|
|
|
// standard includes, or includes needed for type declarations
|
|
|
|
/* options for text editors
|
|
kate: @KATE_MODELINE@
|
|
vim: @VIM_MODELINE@:syntax=cpp.doxygen
|
|
*/
|