diff options
Diffstat (limited to 'sdl2')
| -rw-r--r-- | sdl2/pixels.ha | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl2/pixels.ha b/sdl2/pixels.ha index 618a3c5..75ccb99 100644 --- a/sdl2/pixels.ha +++ b/sdl2/pixels.ha @@ -36,3 +36,5 @@ export type SDL_PixelFormat = struct { refcount: int, next: nullable *SDL_PixelFormat, }; + +export def SDL_PIXELFORMAT_ARGB8888: u32 = 0x16362004; |
