From 6b444111ecfe47a3f94293c3959cf197e3415735 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 19 Mar 2021 14:12:20 +1100 Subject: Add Platform::Supports for SupportsFeature API. --- src/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index f65a4e1db..8075f0ec6 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -180,6 +180,7 @@ public: virtual void InitPixMap(int width, int height, Surface *surface_, WindowID wid)=0; virtual void Release() noexcept=0; + virtual int Supports(int feature) noexcept=0; virtual bool Initialised()=0; virtual void PenColour(ColourDesired fore)=0; virtual int LogPixelsY()=0; -- cgit v1.2.3