diff --git a/src/video/win32_v.h b/src/video/win32_v.h --- a/src/video/win32_v.h +++ b/src/video/win32_v.h @@ -140,6 +140,10 @@ public: bool HasEfficient8Bpp() const override { return true; } + bool UseSystemCursor() override { return true; } + + void ClearSystemSprites() override; + const char *GetName() const override { return "win32-opengl"; } protected: