mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Almost done with NucleusLib cmake conversion
--HG-- rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.cpp rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.h
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib/inc")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../PubUtilLib")
|
||||
|
||||
set(pnModifier_HEADERS
|
||||
plConditionalObject.h
|
||||
plLogicModBase.h
|
||||
plModifier.h
|
||||
plMultiModifier.h
|
||||
plSingleModifier.h
|
||||
pnModifierCreatable.h
|
||||
)
|
||||
|
||||
set(pnModifier_SOURCES
|
||||
plConditionalObject.cpp
|
||||
plLogicModBase.cpp
|
||||
plModifier.cpp
|
||||
plMultiModifier.cpp
|
||||
plSingleModifier.cpp
|
||||
)
|
||||
|
||||
add_library(pnModifier STATIC ${pnModifier_HEADERS} ${pnModifier_SOURCES})
|
||||
|
||||
source_group("Header Files" FILES ${pnModifier_HEADERS})
|
||||
source_group("Source Files" FILES ${pnModifier_SOURCES})
|
@ -27,9 +27,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef plConditionalObject_inc
|
||||
#define plConditionalObject_inc
|
||||
|
||||
#include "../pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
#include "hsBitVector.h"
|
||||
#include "../pnNetCommon/plSynchedValue.h"
|
||||
#include "pnNetCommon/plSynchedValue.h"
|
||||
|
||||
class plLogicModBase;
|
||||
|
||||
|
@ -28,14 +28,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plgDispatch.h"
|
||||
#include "hsResMgr.h"
|
||||
#include "hsTimer.h"
|
||||
#include "../pnSceneObject/plSceneObject.h"
|
||||
#include "../pnNetCommon/plGenericVar.h"
|
||||
#include "../pnNetCommon/plNetApp.h"
|
||||
#include "../pnNetCommon/plNetSharedState.h"
|
||||
#include "../../PubUtilLib/plNetMessage/plNetMessage.h" // breaks project dependancy levels
|
||||
#include "../pnMessage/plNotifyMsg.h"
|
||||
#include "../pnMessage/plEnableMsg.h"
|
||||
#include "../pnMessage/plServerReplyMsg.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
#include "pnNetCommon/plGenericVar.h"
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
#include "pnNetCommon/plNetSharedState.h"
|
||||
#include "plNetMessage/plNetMessage.h" // breaks project dependancy levels
|
||||
#include "pnMessage/plNotifyMsg.h"
|
||||
#include "pnMessage/plEnableMsg.h"
|
||||
#include "pnMessage/plServerReplyMsg.h"
|
||||
|
||||
void plLogicModBase::ConsoleTrigger(plKey playerKey)
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plLogicModBase_inc
|
||||
|
||||
#include "plSingleModifier.h"
|
||||
#include "../pnNetCommon/plSynchedValue.h"
|
||||
#include "pnNetCommon/plSynchedValue.h"
|
||||
#include "hsTemplates.h"
|
||||
|
||||
class plConditionalObject;
|
||||
|
@ -26,12 +26,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "plModifier.h"
|
||||
#include "../pnSceneObject/plSceneObject.h"
|
||||
#include "../pnSceneObject/plDrawInterface.h"
|
||||
#include "../pnSceneObject/plSimulationInterface.h"
|
||||
#include "../pnSceneObject/plCoordinateInterface.h"
|
||||
#include "../pnSceneObject/plAudioInterface.h"
|
||||
#include "../pnMessage/plTimeMsg.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
#include "pnSceneObject/plDrawInterface.h"
|
||||
#include "pnSceneObject/plSimulationInterface.h"
|
||||
#include "pnSceneObject/plCoordinateInterface.h"
|
||||
#include "pnSceneObject/plAudioInterface.h"
|
||||
#include "pnMessage/plTimeMsg.h"
|
||||
|
||||
plModifier::plModifier()
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef plModifier_inc
|
||||
#define plModifier_inc
|
||||
|
||||
#include "../pnNetCommon/plSynchedObject.h"
|
||||
#include "pnNetCommon/plSynchedObject.h"
|
||||
|
||||
class hsStream;
|
||||
class hsResMgr;
|
||||
|
@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plModifier.h"
|
||||
#include "hsBitVector.h"
|
||||
#include "../pnNetCommon/plSynchedValue.h"
|
||||
#include "pnNetCommon/plSynchedValue.h"
|
||||
#include "hsTemplates.h"
|
||||
|
||||
class plSceneObject;
|
||||
|
@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plModifier.h"
|
||||
#include "hsBitVector.h"
|
||||
#include "../pnNetCommon/plSynchedValue.h"
|
||||
#include "pnNetCommon/plSynchedValue.h"
|
||||
|
||||
class plSceneObject;
|
||||
class plSingleModMsg;
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef pnModifierCreatable_inc
|
||||
#define pnModifierCreatable_inc
|
||||
|
||||
#include "../pnFactory/plCreator.h"
|
||||
#include "pnFactory/plCreator.h"
|
||||
|
||||
#include "plModifier.h"
|
||||
|
||||
|
Reference in New Issue
Block a user