blob: 7bb2173609d4941b2e02f76f153d750db5fee6e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#include "../shared/protocol.h"
typedef struct {
unsigned int ping;
w2_s_cmd_info_tx info;
w2_s_cmd_sens_tx io;
} w2_s_client_state;
extern w2_s_client_state g_w2_state;
|