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