mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Refactor out forecolor
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
|
||||
#include "PLQDraw.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class ResolveCachingColor;
|
||||
}
|
||||
|
||||
void FrameWHRect (short, short, short, short);
|
||||
|
||||
void FrameWHRect (short, short, short, short, PortabilityLayer::ResolveCachingColor &color);
|
||||
void NormalizeRect (Rect *);
|
||||
void ZeroRectCorner (Rect *);
|
||||
void CenterRectOnPoint (Rect *, Point);
|
||||
|
Reference in New Issue
Block a user