diff options
Diffstat (limited to 'graphics/src/lib.rs')
| -rw-r--r-- | graphics/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/src/lib.rs b/graphics/src/lib.rs index 4187e6b..982f092 100644 --- a/graphics/src/lib.rs +++ b/graphics/src/lib.rs @@ -5,6 +5,7 @@ pub struct Window { handle: RaylibHandle, thread: RaylibThread, } + impl Window { /// Instantiates a new window provided with the default /// window `width`, `height`, and `title`. |