mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
12 lines
197 B
C++
12 lines
197 B
C++
|
|
#include "matrix.h"
|
|
|
|
#include "../decomp.h"
|
|
#include "math.h"
|
|
|
|
#include <memory.h>
|
|
|
|
DECOMP_SIZE_ASSERT(Matrix4, 0x40);
|
|
DECOMP_SIZE_ASSERT(Matrix4Impl, 0x8);
|
|
DECOMP_SIZE_ASSERT(Matrix4Data, 0x48);
|