2007-08-08 13:03:18 +01:00
|
|
|
/* @P@/src/@NAME@/000_TopHeader.h
|
2006-07-25 19:00:04 +01:00
|
|
|
*
|
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@
|
|
|
|
|
2011-11-15 16:41:41 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
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
|
2010-11-25 15:32:52 +00:00
|
|
|
vim: @VIM_MODELINE@:syntax=ch.doxygen
|
2006-07-25 19:00:04 +01:00
|
|
|
*/
|