1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 04:39:45 +00:00

Finish the port of FeatureLib to CMake

This commit is contained in:
Branan Purvine-Riley
2011-04-08 00:42:40 -07:00
parent ff1320388e
commit 4134a68f2c
281 changed files with 2011 additions and 1166 deletions

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the climbing wall game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -69,4 +69,4 @@ public:
void Panic();
};
#endif // pyClimbingWallGame_h
#endif // pyClimbingWallGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for ClimbingWall game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -184,4 +184,4 @@ public:
bool LocalOnly() const;
};
#endif // pyClimbingWallMsg_h
#endif // pyClimbingWallMsg_h