diff options
Diffstat (limited to 'src/image.cpp')
-rw-r--r-- | src/image.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.cpp b/src/image.cpp index 20fa868..8afab58 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -25,6 +25,7 @@ typedef unsigned char Byte; +/** Helper struct representing a RGBA color */ struct Color { Byte red; |