#pragma once #include "drivers/DisplayDriver.h" #include "drivers/TouchDriver.h" void runApplication(DisplayDriver* display, TouchDriver* touch);