mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Syntax fixes for PubUtilLib.
This commit is contained in:
@ -40,4 +40,4 @@ public:
|
||||
static HMODULE GetD3DDll();
|
||||
};
|
||||
|
||||
#endif hsGDDrawDllLoad_inc
|
||||
#endif // hsGDDrawDllLoad_inc
|
||||
|
@ -523,8 +523,8 @@ protected:
|
||||
void ISetupTransforms(plDrawableSpans* drawable, const plSpan& span, hsMatrix44& lastL2W);
|
||||
|
||||
// Plate management
|
||||
friend plDXPlateManager;
|
||||
friend plBinkPlayer;
|
||||
friend class plDXPlateManager;
|
||||
friend class plBinkPlayer;
|
||||
|
||||
void IDrawPlate( plPlate *plate );
|
||||
|
||||
|
@ -51,7 +51,7 @@ class plCubicRenderTarget;
|
||||
|
||||
class plRenderTarget : public plBitmap
|
||||
{
|
||||
friend plCubicRenderTarget;
|
||||
friend class plCubicRenderTarget;
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user