mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
bcdddd4c7e
* Pad all single-digit hexadecimal values with zero * One more fix
7 lines
147 B
C++
7 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);
|