summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoralf9310 <alf9310@rit.edu>2025-10-07 13:06:43 -0400
committerFreya Murphy <freya@freyacat.org>2025-10-08 19:37:16 -0400
commite5ecf3e17683b9d307f12e4dbfbf939e7faae11a (patch)
tree9f1a5f8e455a76b06196bb96191536f60fa90e21 /graphics
parentStubbed out some draw functions (diff)
downloadDungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.tar.gz
DungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.tar.bz2
DungeonCrawl-e5ecf3e17683b9d307f12e4dbfbf939e7faae11a.zip
Proposal Template Created
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/lib.rs1
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`.