isle/LEGO1/realtime/vector.cpp
2024-01-12 19:34:38 -05:00

7 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);