#pragma once #include "../../../import_config.h" #if defined(Arduboy2_Library) #include Arduboy2 arduboy; #include "./library/arduboy/arduboy_export.h" #include "./library/arduboy/sprites_export.h" #endif #if defined(ArduboyTones_Library) #include #include "./library/arduboy/arduboy_tones_export.h" #endif #if defined(ArdVoice_Library) #include ArdVoice ardvoice; #include "./library/ardvoice/ardvoice.h" #endif #if defined(Arduino_Library) #include "./library/arduino/arduino_export.h" #endif #if defined(EEPROM_Library) #include "./library/arduino/eeprom_export.h" #endif