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