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 VarSync game client
|
||||
//
|
||||
|
||||
#include "../pfGameMgr/pfGameMgr.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
@ -66,4 +66,4 @@ public:
|
||||
void CreateNumericVar(std::wstring name, double val);
|
||||
};
|
||||
|
||||
#endif // pyVarSyncGame_h
|
||||
#endif // pyVarSyncGame_h
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// PURPOSE: Class wrapper for VarSync game messages
|
||||
//
|
||||
|
||||
#include "../pfGameMgr/pfGameMgr.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
@ -160,4 +160,4 @@ public:
|
||||
double Value() const;
|
||||
};
|
||||
|
||||
#endif // pyVarSyncMsg_h
|
||||
#endif // pyVarSyncMsg_h
|
||||
|
Reference in New Issue
Block a user