tavli

diff src/shadow.h @ 19:37dead56f01e

fixed shadows
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 06:18:45 +0300
parents 986c0b76513f
children
line diff
     1.1 --- a/src/shadow.h	Mon Jun 29 01:29:36 2015 +0300
     1.2 +++ b/src/shadow.h	Mon Jun 29 06:18:45 2015 +0300
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  #include "vmath/vmath.h"
     1.6  
     1.7 +extern bool shadow_pass;
     1.8 +
     1.9  bool init_shadow(int sz);
    1.10  void destroy_shadow();
    1.11