vrmodel

view src/inpclient.h @ 3:a1784a4290c2

client-side networking
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Sep 2014 05:59:31 +0300
parents
children a32b151fb3c6
line source
1 #ifndef INPCLIENT_H_
2 #define INPCLIENT_H_
4 int netinp_start();
5 int netinp_stop();
7 int netinp_read(float *pos);
8 int netinp_reset();
10 #endif // INPCLIENT_H_