#ifndef _RAY_RAY_H #define _RAY_RAY_H #include "fb.h" void ray(fb_fragment_t *fragment); #endif