8 lines
174 B
C
8 lines
174 B
C
#include "state.h"
|
|
|
|
STWState stw_state;
|
|
|
|
void state_init() {
|
|
stw_state.view = VIEW_MISSION_SELECT;
|
|
stw_state.view_state.mission_select.selection = MISSION_ACCELERATION;
|
|
} |