1 2 3 4 5 6 7 8 9 10
#include "castRay.h" #include "settings.h" CastRay watchy(settings); void setup(){ watchy.init(); } void loop(){}