diff options
Diffstat (limited to 'shared/errors.h')
-rw-r--r-- | shared/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/errors.h b/shared/errors.h index ac8e95f..4c9f7c8 100644 --- a/shared/errors.h +++ b/shared/errors.h @@ -1,5 +1,7 @@ #pragma once +/** @file errors.h */ + #include <stdint.h> #define W2_E_TYPE_MASK (0b11 << 6) |