mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Remove some unused CoreLib stuff
- plRefCnt duplicates hsRefCnt (Wtf?) - hsNamedPipeStream nasty, unused - VDB stuff in hsStream left over from Plasma 1 (realMyst/DIRT) - hsColor32 moved to be less promiscuous
This commit is contained in:
@ -59,6 +59,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#endif
|
||||
|
||||
#include "hsDXTDirectXCodec.h"
|
||||
#include "hsColorRGBA.h"
|
||||
#include "plMipmap.h"
|
||||
#include "hsCodecManager.h"
|
||||
#include "plPipeline/hsGDDrawDllLoad.h"
|
||||
|
@ -54,11 +54,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef hsDXTDirectXCodec_inc
|
||||
#define hsDXTDirectXCodec_inc
|
||||
|
||||
|
||||
|
||||
#include "hsCodec.h"
|
||||
|
||||
class plMipmap;
|
||||
typedef struct hsColor32 hsRGBAColor32;
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
struct IDirect3DDevice8;
|
||||
struct IDirectDrawSurface7;
|
||||
|
@ -41,6 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include <memory.h>
|
||||
#include "HeadSpin.h"
|
||||
#include "hsColorRGBA.h"
|
||||
#include "hsDXTSoftwareCodec.h"
|
||||
#include "plMipmap.h"
|
||||
#include "hsCodecManager.h"
|
||||
|
@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsCodec.h"
|
||||
|
||||
class plMipmap;
|
||||
typedef struct hsColor32 hsRGBAColor32;
|
||||
|
||||
class hsDXTSoftwareCodec : public hsCodec
|
||||
{
|
||||
|
@ -53,6 +53,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "plTGAWriter.h"
|
||||
#include "hsColorRGBA.h"
|
||||
#include "plMipmap.h"
|
||||
#include "hsStream.h"
|
||||
|
||||
|
Reference in New Issue
Block a user