diff options
Diffstat (limited to 'src/maps/mtools.h')
| -rw-r--r-- | src/maps/mtools.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/maps/mtools.h b/src/maps/mtools.h index 4ee45b8..f32a49e 100644 --- a/src/maps/mtools.h +++ b/src/maps/mtools.h @@ -1,6 +1,7 @@ #ifndef MTOOLS_H #define MTOOLS_H + template <class type_> struct mtools { @@ -8,4 +9,7 @@ struct mtools }; #include "mtools.tmpl" -#endif + +#endif + + |
