Add get_surface_extension to X11SystenDriver

This commit is contained in:
2025-03-28 22:21:57 +10:00
parent d64b283319
commit a6962bfba8
6 changed files with 31 additions and 10 deletions

View File

@@ -12,5 +12,7 @@ namespace Nova {
class NOVA_API SystemDriver {
public:
virtual ~SystemDriver() = default;
[[nodiscard]] virtual const char* get_surface_extension() const = 0;
};
} // namespace Nova