mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
14 lines
277 B
C++
14 lines
277 B
C++
|
|
#include "vector.h"
|
|
|
|
#include "../decomp.h"
|
|
|
|
#include <math.h>
|
|
#include <memory.h>
|
|
|
|
DECOMP_SIZE_ASSERT(Vector2Impl, 0x8);
|
|
DECOMP_SIZE_ASSERT(Vector3Impl, 0x8);
|
|
DECOMP_SIZE_ASSERT(Vector4Impl, 0x8);
|
|
DECOMP_SIZE_ASSERT(Vector3Data, 0x14);
|
|
DECOMP_SIZE_ASSERT(Vector4Data, 0x18);
|