Huge compile performance refactor

This commit is contained in:
Jack Andersen
2017-12-28 21:54:26 -10:00
parent 867665cc78
commit fa8989bed3
24 changed files with 41 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
#include <stdio.h>
#include <math.h>
#include <cstdio>
#include <cmath>
#include <boo/boo.hpp>
#include <boo/graphicsdev/GL.hpp>
#include <boo/graphicsdev/Vulkan.hpp>