clray

view src/rt.h @ 7:575383f3a239

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 23 Jul 2010 01:22:03 +0100
parents
children deaf85acf6af
line source
1 #ifndef RT_H_
2 #define RT_H_
4 bool init_renderer(int xsz, int ysz, float *fb);
5 void destroy_renderer();
6 bool render();
8 #endif /* RT_H_ */