Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -16,6 +16,9 @@
* Copyright 2008-2020 Sarah Walker.
*/
#ifndef VIDEO_VOODOO_DITHER_H
# define VIDEO_VOODOO_DITHER_H
static const uint8_t dither_rb[256][4][4] =
{
{
@@ -10288,3 +10291,5 @@ static const uint8_t dithersub_rb2x2[256][2][2] =
{253, 255},
},
};
#endif /* VIDEO_VOODOO_DITHER_H*/