Add status boxes

This commit is contained in:
2023-05-22 07:22:44 +02:00
parent efa36eab5f
commit bf1b81122e
24 changed files with 436 additions and 30 deletions

View File

@ -94,6 +94,8 @@ typedef struct {
ASState as_state;
Mission active_mission;
int sdc_closed;
R2DProgress r2d_progress;
struct {
int invl_ready : 1;