Go to the documentation of this file.
30 #ifndef __CLAW_APPLICATION_HPP__
31 #define __CLAW_APPLICATION_HPP__
42 #define CLAW_APPLICATION_IMPLEMENT(App) \
43 int main(int argc, char** argv) \
45 App app(argc, argv); \
66 virtual int run() = 0;
74 #endif // __CLAW_APPLICATION_HPP__