mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
10 lines
241 B
C++
10 lines
241 B
C++
#include "gifmanager.h"
|
|
|
|
DECOMP_SIZE_ASSERT(GifData, 0x14);
|
|
DECOMP_SIZE_ASSERT(GifMapEntry, 0x14);
|
|
DECOMP_SIZE_ASSERT(GifMap, 0x08);
|
|
DECOMP_SIZE_ASSERT(GifManagerBase, 0x10);
|
|
DECOMP_SIZE_ASSERT(GifManager, 0x24);
|
|
|
|
GifMapEntry* DAT_100f0100;
|