#pragma once #include "stdbool.h" struct state { bool display_init; bool wifi_init; }; extern struct state mainState;