#include "castRay.h" #include "settings.h" CastRay watchy(settings); void setup(){ watchy.init(); } void loop(){}