From 28a8fb462fa88da300c6cf016ed3c70c402b8dba Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 7 Mar 2021 06:32:15 -0700 Subject: add a good-enough-for-now system actor type --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 424f3fc..0f87d5b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,10 @@ use std::time::Duration; use minifb::{Key, Window, WindowOptions}; +mod actor; +mod number; +mod system; + const WIDTH: usize = 1600; const HEIGHT: usize = 900; -- cgit v1.2.3