rayzor

diff src/gfx.h @ 5:5fcf72837b69

fixed the dosemu bit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 06 Apr 2014 02:43:24 +0300
parents 2a5340a6eee4
children
line diff
     1.1 --- a/src/gfx.h	Sun Apr 06 01:12:50 2014 +0300
     1.2 +++ b/src/gfx.h	Sun Apr 06 02:43:24 2014 +0300
     1.3 @@ -15,6 +15,8 @@
     1.4  
     1.5  void set_palette(int idx, int r, int g, int b);
     1.6  
     1.7 +void wait_vsync(void);
     1.8 +
     1.9  #ifdef __cplusplus
    1.10  }
    1.11  #endif