2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Fix the case of Python.h includes

This commit is contained in:
Darryl Pogue
2011-04-23 22:47:02 -07:00
parent b53b6d588d
commit c0cc3c6e79
187 changed files with 187 additions and 187 deletions

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include <Python.h>
#include "../../pyGlueHelpers.h"
#include "../pyGameCli.h"
#include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyTTTGame.h"
#include <python.h>
#include <Python.h>
#include "../../pyEnum.h"
///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include <Python.h>
#include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyTTTMsg.h"
#include "../../pyEnum.h"
#include <python.h>
#include <Python.h>
///////////////////////////////////////////////////////////////////////////////
//