diff options
Diffstat (limited to 'khotkeys/wrk/header_template')
-rw-r--r-- | khotkeys/wrk/header_template | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/khotkeys/wrk/header_template b/khotkeys/wrk/header_template new file mode 100644 index 000000000..93155ce66 --- /dev/null +++ b/khotkeys/wrk/header_template @@ -0,0 +1,23 @@ +/**************************************************************************** + + KHotKeys + + Copyright (C) 2003 Lubos Lunak <[email protected]> + + Distributed under the terms of the GNU General Public License version 2. + +****************************************************************************/ + +#ifndef _|FILENAME|_ +#define _|FILENAME|_ + +namespace KHotKeys +{ + +//*************************************************************************** +// Inline +//*************************************************************************** + +} // namespace KHotKeys + +#endif |