blob: 64ce2937f5d08121ca5b8041d3f4e68bbd6a1bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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;
|