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