This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

16
Editor/StdAfx.cpp Normal file
View File

@@ -0,0 +1,16 @@
//////////////////////////////////////////////////////////////////////////
//
// Precompiled header.
//
//////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
// Shell utility library
#pragma comment(lib, "Shlwapi.lib")
// even in Release mode, the editor will return its heap, because there's no Profile build configuration for the editor
#ifdef _RELEASE
#undef _RELEASE
#endif
#include <CrtDebugStats.h>