From 10716d4f7b56a3956236ff4b0e599785b361d809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Wed, 17 Aug 2022 11:59:12 +0100 Subject: [PATCH] docs: new comments added --- examples/sdl/src/util.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/sdl/src/util.rs b/examples/sdl/src/util.rs index 2f613a9d..a2adbb8c 100644 --- a/examples/sdl/src/util.rs +++ b/examples/sdl/src/util.rs @@ -3,6 +3,9 @@ use sdl2::{ AudioSubsystem, EventPump, TimerSubsystem, VideoSubsystem, }; +/// Structure that provide the complete set of Graphics +/// and Sound syb-system ready to be used by the overall +/// emulator infrastructure. pub struct Graphics { pub canvas: Canvas<Window>, pub video_subsystem: VideoSubsystem, -- GitLab