permet escollir driver de gpu o no escollir-ne cap
This commit is contained in:
@@ -74,6 +74,7 @@ class Screen {
|
||||
auto getBorderSurface() -> std::shared_ptr<Surface>;
|
||||
[[nodiscard]] auto getText() const -> std::shared_ptr<Text> { return text_; }
|
||||
[[nodiscard]] auto getGameSurfaceDstRect() const -> SDL_FRect { return game_surface_dstrect_; }
|
||||
[[nodiscard]] auto getGPUDriver() const -> const std::string& { return gpu_driver_; }
|
||||
|
||||
private:
|
||||
// Estructuras
|
||||
|
||||
Reference in New Issue
Block a user