2007-08-08 13:03:18 +01:00
|
|
|
/* @P@/src/@NAME@/000_TopHeader.h
|
2010-11-25 15:32:52 +00:00
|
|
|
*
|
|
|
|
* Copyright: ©@YEAR@, @COPYRIGHT@
|
|
|
|
* Author: @AUTHOR@ <@EMAIL@>
|
|
|
|
* License: GPLv3
|
|
|
|
*/
|
2006-07-25 19:00:04 +01:00
|
|
|
|
|
|
|
#ifndef HEADER_@CNAME@
|
|
|
|
#define HEADER_@CNAME@
|
|
|
|
|
|
|
|
// standard includes, or includes needed for type declarations
|
|
|
|
|
|
|
|
/* options for text editors
|
2007-10-13 18:01:05 +01:00
|
|
|
vim: @VIM_MODELINE@:syntax=cpp.doxygen
|
2006-07-25 19:00:04 +01:00
|
|
|
*/
|