2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Windows PCH fixes

This commit is contained in:
Jack Andersen
2017-12-29 15:09:45 -10:00
parent fd3792425d
commit aec45ad2bb
7 changed files with 15 additions and 11 deletions

View File

@@ -1,6 +1,9 @@
#include "ProjectResourceFactoryBase.hpp"
#include "Runtime/IObj.hpp"
#undef min
#undef max
namespace urde
{
static logvisor::Module Log("urde::ProjectResourceFactoryBase");