#include "Archimedes.h" #ifdef APP_TYPE inline Archimedes::App* MakeApp() { return new APP_TYPE(); } #undef APP_TYPE #endif