16 lines
312 B
C
16 lines
312 B
C
|
/* @P@/src/@NAME@/000_TopHeader.h
|
||
|
*
|
||
|
* Copyright: ©@YEAR@, @COPYRIGHT@
|
||
|
* Author: @AUTHOR@ <@EMAIL@>
|
||
|
* License: GPLv3
|
||
|
*/
|
||
|
|
||
|
#ifndef HEADER_@CNAME@
|
||
|
#define HEADER_@CNAME@
|
||
|
|
||
|
/* standard includes, or includes needed for type declarations */
|
||
|
|
||
|
/* options for text editors
|
||
|
vim: @VIM_MODELINE@:syntax=ch.doxygen
|
||
|
*/
|