summaryrefslogtreecommitdiff
path: root/gfx/models/tga.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/tga.h')
-rw-r--r--gfx/models/tga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/models/tga.h b/gfx/models/tga.h
index 1f400ef..52db220 100644
--- a/gfx/models/tga.h
+++ b/gfx/models/tga.h
@@ -11,4 +11,5 @@ struct TGAHead {
uint8_t pixelDepth {};
uint8_t descriptor {};
};
+
static_assert(sizeof(TGAHead) == 18);