From 4ba117d256a8484e5ddcd991ecef42d7a4b5c7f3 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 17 Dec 2018 00:38:46 +0100 Subject: Create basic structure --- src/graphics.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/graphics.rs (limited to 'src/graphics.rs') diff --git a/src/graphics.rs b/src/graphics.rs new file mode 100644 index 0000000..c3917af --- /dev/null +++ b/src/graphics.rs @@ -0,0 +1,5 @@ + + +pub fn start() { + +} \ No newline at end of file -- cgit v1.2.1