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,6 +1,6 @@
#include "AudioMatrix.hpp"
#include "AudioVoiceEngine.hpp"
#include <string.h>
#include <cstring>
namespace boo
{