Rearrange the file tree.
[u/mdw/catacomb] / symm / mode.h.in
1 %## -*-c-*-
2 %##
3 %## Skeleton header file for modes of operation.
4 %#
5 /* -*-c-*- GENERATED from mode.h.in
6 *
7 * @base-@mode.h
8 */
9
10 #ifndef CATACOMB_@{base:u}_@{mode:u}_H
11 #define CATACOMB_@{base:u}_@{mode:u}_H
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 #ifndef CATACOMB_@{mode:u}_H
18 # include "@mode.h"
19 #endif
20
21 #ifndef CATACOMB_@{base:u}_H
22 # include "@base.h"
23 #endif
24
25 @{mode:u}_DECL(@{base:u}, @base)
26
27 #ifdef __cplusplus
28 }
29 #endif
30
31 #endif