Optimize some includes

This commit is contained in:
Wojtek Figat
2021-01-12 19:17:08 +01:00
parent 259c419c36
commit a3fa8ff9f0
13 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include "Color.h"
#include "Quaternion.h"
#include "Matrix.h"
#include "VectorInt.h"
#include "Int3.h"
#include "../Types/String.h"
static_assert(sizeof(Vector3) == 12, "Invalid Vector3 type size.");