#pragma once #include "../shared/bool.h" /** @file io.h */ extern bool g_w2_io_object_detected; /** @brief i/o module main */ void w2_io_main();