vrmodel

view src/inpclient.h @ 2:be91b72ce3f9

foobar
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Aug 2014 21:46:37 +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_