Moved Log to Common and made some changes to log formatting

This commit is contained in:
parax0
2016-02-15 05:28:20 -07:00
parent d39a9dd1c1
commit a35044ef83
31 changed files with 149 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
#include "CAnimationParameters.h"
#include "CAnimSet.h"
#include "CResCache.h"
#include "Core/Log.h"
#include <Common/Log.h>
#include <iostream>
CAnimationParameters::CAnimationParameters()