diff options
Diffstat (limited to 'core/include/turns/turns-enums.h.in')
| -rw-r--r-- | core/include/turns/turns-enums.h.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/core/include/turns/turns-enums.h.in b/core/include/turns/turns-enums.h.in deleted file mode 100644 index 10bb3f1..0000000 --- a/core/include/turns/turns-enums.h.in +++ /dev/null @@ -1,22 +0,0 @@ -/*** BEGIN file-header ***/ -#pragma once - -#include <glib.h> -#include <glib-object.h> - -G_BEGIN_DECLS -/*** END file-header ***/ - -/*** BEGIN file-production ***/ - -/* enumerations from "@basename@" */ -/*** END file-production ***/ - -/*** BEGIN value-header ***/ -GType @enum_name@_get_type (void) G_GNUC_CONST; -#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ()) -/*** END value-header ***/ - -/*** BEGIN file-tail ***/ -G_END_DECLS -/*** END file-tail ***/
\ No newline at end of file |
