isle-portable/LEGO1/realtime/vector.cpp
Christian Semmler 681c69c4ac initial commit
2024-05-16 19:42:54 -04:00

8 lines
147 B
C++

#include "vector.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(Vector2, 0x08);
DECOMP_SIZE_ASSERT(Vector3, 0x08);
DECOMP_SIZE_ASSERT(Vector4, 0x08);