diff options
Diffstat (limited to 'libtwn3.h')
-rw-r--r-- | libtwn3.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <inttypes.h> typedef enum /*_twn3_tag_type*/ { + tag_none = 0x00, tag_mf_light = 0x01, tag_mf_classic_1k = 0x02, tag_mf_classic_4l = 0x03, |