#include #include "app.h" CS_IMPLEMENT_APPLICATION int main (int argc, char *argv[]) { MainApp app; return app.Main (argc, argv); }