17 lines
461 B
C
17 lines
461 B
C
/* lw-support/src/liblw-support/TopHeader.h
|
|
*
|
|
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
|
* Released under the GNU GPLv2. See file COPYING or
|
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
*/
|
|
|
|
#ifndef HEADER_liblw_support
|
|
#define HEADER_liblw_support
|
|
|
|
// standard includes, or includes needed for type declarations
|
|
|
|
/* options for text editors
|
|
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
vim: expandtab:ts=4:sw=4
|
|
*/
|