vrmodel

diff 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 diff
     1.1 --- a/src/inpclient.h	Mon Sep 01 05:59:31 2014 +0300
     1.2 +++ b/src/inpclient.h	Thu Sep 11 00:08:23 2014 +0300
     1.3 @@ -4,7 +4,7 @@
     1.4  int netinp_start();
     1.5  int netinp_stop();
     1.6  
     1.7 -int netinp_read(float *pos);
     1.8 +int netinp_read(float *pos, unsigned int *bnmask);
     1.9  int netinp_reset();
    1.10  
    1.11  #endif	// INPCLIENT_H_