conworlds

diff src/vr/vr.h @ 6:3c36bc28c6c2

more stuff in the vr test
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 21 Aug 2014 01:08:03 +0300
parents 8b7da5ab814e
children bd8202d6d28d
line diff
     1.1 --- a/src/vr/vr.h	Wed Aug 20 16:34:43 2014 +0300
     1.2 +++ b/src/vr/vr.h	Thu Aug 21 01:08:03 2014 +0300
     1.3 @@ -33,7 +33,7 @@
     1.4  
     1.5  void vr_begin(int eye);
     1.6  void vr_end(void);
     1.7 -void vr_present(void);
     1.8 +int vr_swap_buffers(void);
     1.9  
    1.10  #ifdef __cplusplus
    1.11  }