#include "Magic8Ball.h" #include extern "C" { int main(int argc, char* argv[]) { registerApp(); return 0; } }