mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-22 05:09:13 +00:00
Precompiled Headers for pfPython
Also did some work on decreasing header bloat. No promises on a complete job--this was just enough to allow PCH to actually help us out (and boy does it!) With an Intel Core 2 Duo (4GB DDR2 800) With PCH: 50.51 seconds Without: 4 minutes, 17.14 seconds :D
This commit is contained in:
@ -39,10 +39,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "pyVarSyncGame.h"
|
||||
|
||||
#include <Python.h>
|
||||
#include "../../pyKey.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#include "pyVarSyncGame.h"
|
||||
#include "../../pyEnum.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
Reference in New Issue
Block a user