initial
This commit is contained in:
parent
85881db62f
commit
4f899d329e
9 changed files with 121 additions and 67 deletions
|
|
@ -6,10 +6,6 @@ mod logstore;
|
|||
use logstore::*;
|
||||
pub use logstore::{clear_log, log_display};
|
||||
|
||||
pub struct GameLog {
|
||||
pub entries: Vec<String>,
|
||||
}
|
||||
|
||||
pub struct LogFragment {
|
||||
pub colour: RGB,
|
||||
pub text: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue