mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/executor/mod.rs')
| -rw-r--r-- | lemu/src/executor/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/src/executor/mod.rs b/lemu/src/executor/mod.rs index b855dc9..a372f63 100644 --- a/lemu/src/executor/mod.rs +++ b/lemu/src/executor/mod.rs @@ -158,6 +158,7 @@ pub struct ExecutorContext<'strings, W: Write> { } /// State of a display. +#[derive(Debug)] pub struct DisplayState { /// Color to draw pub color: (u8, u8, u8, u8), |