aboutsummaryrefslogtreecommitdiff
path: root/robot/io.h
blob: 3d917993a523687a9453536f98c0543289508992 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../shared/protocol.h"

/** i/o module main */
void w2_io_main();

/** global struct containing all i/o */
extern w2_s_io_all g_w2_io;