#include "AppCore.h" #include auto g_pAppCore = new AppCore(); void setup() { g_pAppCore->setup(); } void loop() { g_pAppCore->loop(); }