#ifndef ZAUBERSTAB_APP_H #define ZAUBERSTAB_APP_H struct App { void (*loop)(void); void (*setup)(void); }; struct App #endif