#include "program_registry.h" #include void InstalledProgram::do_stuff() { Serial.println("lol"); } void InstalledProgram::do_some_other_stuff() { Serial.println("ASDDSAASDASD"); } void InstalledProgram::lol() { Serial.println("ffffrf"); } void InstalledProgram::omagelol() { Serial.println("11111"); } void InstalledProgram::sheeesh() { Serial.println("44444"); }