diff options
Diffstat (limited to 'core/buffer_storage.h')
-rw-r--r-- | core/buffer_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/buffer_storage.h b/core/buffer_storage.h index d8ab0b67..3b581b5e 100644 --- a/core/buffer_storage.h +++ b/core/buffer_storage.h @@ -15,6 +15,7 @@ using uint = unsigned int; enum FmtType : unsigned char { FmtUByte, FmtShort, + FmtInt, FmtFloat, FmtDouble, FmtMulaw, |