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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user