nuclear@3: #ifndef RT_H_ nuclear@3: #define RT_H_ nuclear@3: nuclear@12: bool init_renderer(int xsz, int ysz); nuclear@3: void destroy_renderer(); nuclear@3: bool render(); nuclear@12: void set_xform(float *matrix, float *invtrans); nuclear@12: nuclear@12: void dbg_render_gl(); nuclear@3: nuclear@3: #endif /* RT_H_ */