diff options
Diffstat (limited to 'src/render/imagegraphics.h')
-rw-r--r-- | src/render/imagegraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index 5e74b766a..53fc22f95 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -108,6 +108,7 @@ class ImegeGraphics final : public Graphics const Image *restrict const image A_UNUSED, int x A_UNUSED, int y A_UNUSED) const restrict2 override final + A_NONNULL(2, 3) { } void calcTileSDL(ImageVertexes *restrict const vert A_UNUSED, |