vrmodel

view src/inpclient.h @ 4:a32b151fb3c6

moving along slowly
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 11 Sep 2014 00:08:23 +0300
parents be91b72ce3f9
children
line source
1 #ifndef INPCLIENT_H_
2 #define INPCLIENT_H_
4 int netinp_start();
5 int netinp_stop();
7 int netinp_read(float *pos, unsigned int *bnmask);
8 int netinp_reset();
10 #endif // INPCLIENT_H_