mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -83,6 +83,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plScene/plVisMgr.h"
|
||||
#include "plScene/plVisRegion.h"
|
||||
|
||||
#include "plStatusLog/plStatusLog.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
//// Local Konstants /////////////////////////////////////////////////////////
|
||||
@ -460,8 +462,6 @@ static inline hsMatrix44 IMatrixMul34(const hsMatrix44& lhs, const hsMatrix44& r
|
||||
return ret;
|
||||
}
|
||||
|
||||
#include "../plStatusLog/plStatusLog.h"
|
||||
|
||||
#ifdef MF_TEST_UPDATE
|
||||
plProfile_CreateCounter("DSSetTrans", "Update", DSSetTrans);
|
||||
plProfile_CreateCounter("DSMatSpans", "Update", DSMatSpans);
|
||||
|
@ -68,6 +68,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pnMessage/plPipeResMakeMsg.h"
|
||||
|
||||
#include "plGImage/plBumpMapGen.h"
|
||||
|
||||
// Stuff for creating a bumpenv decal on demand.
|
||||
#include "plGImage/plMipmap.h"
|
||||
#include "plSurface/plLayer.h"
|
||||
@ -1547,8 +1549,6 @@ hsBool plDynaDecalMgr::ICutoutTargets(double secs)
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../plGImage/plBumpMapGen.h"
|
||||
|
||||
hsGMaterial* plDynaDecalMgr::IConvertToEnvMap(hsGMaterial* mat, plBitmap* envMap)
|
||||
{
|
||||
if( !mat || !envMap )
|
||||
|
@ -41,6 +41,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plScene/plSceneNode.h"
|
||||
#include "plScene/plPageTreeMgr.h"
|
||||
|
||||
|
||||
#include "plPipeline.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
|
||||
// Stuff for cursor los
|
||||
#include "plInputCore/plInputDevice.h"
|
||||
#include "plPipeline.h"
|
||||
@ -411,9 +415,6 @@ hsBool plVisLOSMgr::CursorCheck(plVisHit& hit)
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "plPipeline.h"
|
||||
#include "../pnSceneObject/plSceneObject.h"
|
||||
|
||||
static plSceneObject* marker = nil;
|
||||
static plPipeline* pipe = nil;
|
||||
|
||||
|
Reference in New Issue
Block a user