diff options
| author | alf9310 <alf9310@rit.edu> | 2025-10-07 13:06:43 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-10-08 19:37:16 -0400 |
| commit | e5ecf3e17683b9d307f12e4dbfbf939e7faae11a (patch) | |
| tree | 9f1a5f8e455a76b06196bb96191536f60fa90e21 /graphics | |
| parent | Stubbed out some draw functions (diff) | |
| download | DungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.tar.gz DungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.tar.bz2 DungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.zip | |
Proposal Template Created
Diffstat (limited to 'graphics')
| -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`. |