-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #781 from Hoikas/target-links
Cleanup NucleusLib linkage.
- Loading branch information
Showing
109 changed files
with
256 additions
and
2,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
|
||
#include <process.h> | ||
#include <shellapi.h> // ShellExecuteA | ||
#include <Shlobj.h> | ||
#include <algorithm> | ||
#include <regex> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
#include "hsFastMath.h" | ||
#include "plPipeline.h" | ||
|
||
#include "pnMessage/plRefMsg.h" | ||
#include "plMessage/plRenderMsg.h" | ||
#include "plMessage/plListenerMsg.h" | ||
#include "plMessage/plAvatarMsg.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
#include "plListener.h" | ||
#include "plgDispatch.h" | ||
#include "plAudio/plAudioSystem.h" | ||
#include "pnMessage/plRefMsg.h" | ||
#include "pnMessage/plTimeMsg.h" | ||
#include "pnMessage/plAudioSysMsg.h" | ||
#include "pnKeyedObject/plKey.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
#include "plMessage/plLOSRequestMsg.h" | ||
#include "plMessage/plLOSHitMsg.h" | ||
#include "plMessage/plAvatarMsg.h" | ||
#include "pnMessage/plRefMsg.h" | ||
#include "pnKeyedObject/plKey.h" | ||
#include "plInputCore/plInputDevice.h" | ||
#include "plInputCore/plInputManager.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
#include "plgDispatch.h" | ||
#include "pnSceneObject/plSceneObject.h" | ||
#include "pnSceneObject/plCoordinateInterface.h" | ||
#include "pnMessage/plRefMsg.h" | ||
#include "plMessage/plInputEventMsg.h" | ||
#include "plMessage/plAnimCmdMsg.h" | ||
#include "pnMessage/plTimeMsg.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,10 +41,10 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
*==LICENSE==*/ | ||
|
||
#include <Python.h> | ||
#include <string> | ||
#include <string_theory/format> | ||
#include <string_theory/string_stream> | ||
|
||
#include "pyAgeInfoStruct.h" | ||
#include "pnUtils/pnUtCrypt.h" | ||
#include "pnEncryption/plChecksum.h" | ||
|
||
|
||
|
48 changes: 0 additions & 48 deletions
48
Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.cpp
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.