clray

diff src/rt.h @ 22:6c44e4b1726d

OMG alignment is a bitch
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 11 Aug 2010 04:30:35 +0100
parents 63a6b46f58a0
children 8b2f2ad14ae7
line diff
     1.1 --- a/src/rt.h	Tue Aug 10 07:24:18 2010 +0100
     1.2 +++ b/src/rt.h	Wed Aug 11 04:30:35 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef RT_H_
     1.5  #define RT_H_
     1.6  
     1.7 -#include "mesh.h"
     1.8 +#include "scene.h"
     1.9  
    1.10  bool init_renderer(int xsz, int ysz, Scene *scn);
    1.11  void destroy_renderer();