diff options
Diffstat (limited to 'include/gras')
-rw-r--r-- | include/gras/tags.i | 2 | ||||
-rw-r--r-- | include/gras/time_tag.i | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/gras/tags.i b/include/gras/tags.i index bf2bdb4..f6adb48 100644 --- a/include/gras/tags.i +++ b/include/gras/tags.i @@ -3,6 +3,8 @@ #ifndef INCLUDED_GRAS_TAGS_I #define INCLUDED_GRAS_TAGS_I +%module GRAS_Tags + %{ #include <gras/tags.hpp> %} diff --git a/include/gras/time_tag.i b/include/gras/time_tag.i index 42deed7..af05a99 100644 --- a/include/gras/time_tag.i +++ b/include/gras/time_tag.i @@ -3,6 +3,8 @@ #ifndef INCLUDED_GRAS_TIME_TAG_I #define INCLUDED_GRAS_TIME_TAG_I +%module GRAS_TimeTag + %{ #include <gras/time_tag.hpp> %} |