mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
8 lines
144 B
C++
8 lines
144 B
C++
#include "vector.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Vector2, 0x8);
|
|
DECOMP_SIZE_ASSERT(Vector3, 0x8);
|
|
DECOMP_SIZE_ASSERT(Vector4, 0x8);
|