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 Heek game client
|
||||
//
|
||||
|
||||
#include "../pfGameMgr/pfGameMgr.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
@ -66,4 +66,4 @@ public:
|
||||
void SequenceFinished(int seq);
|
||||
};
|
||||
|
||||
#endif // pyHeekGame_h
|
||||
#endif // pyHeekGame_h
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// PURPOSE: Class wrapper for Heek game messages
|
||||
//
|
||||
|
||||
#include "../pfGameMgr/pfGameMgr.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
@ -280,4 +280,4 @@ public:
|
||||
unsigned long Rank() const;
|
||||
};
|
||||
|
||||
#endif // pyHeekMsg_h
|
||||
#endif // pyHeekMsg_h
|
||||
|
Reference in New Issue
Block a user