mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user