#pragma once /** @file io.h */ #include "../shared/io.h" /** @brief i/o module main */ void w2_io_main(); /** @brief global struct containing all i/o */ extern w2_s_io_all g_w2_io;