Skip to content
Snippets Groups Projects
Verified Commit 10716d4f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: new comments added

parent 3117ebcd
No related branches found
No related tags found
1 merge request!8Support for react.js components
Pipeline #1141 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment