lw-build-system/scripts/build.lib.c++/TopHeader.h

17 lines
363 B
C
Raw Normal View History

/* @P@/src/@NAME@/TopHeader.h
*
2007-02-05 12:35:36 +00:00
* (c)2007, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv2. 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@
*/