/src/demos/ftk_app_demo.h

http://ftk.googlecode.com/ · C Header · 12 lines · 7 code · 5 blank · 0 comment · 0 complexity · ee54540145659809a39c0da7ece660dc MD5 · raw file

  1. #ifndef FTK_APP_DEMO_H
  2. #define FTK_APP_DEMO_H
  3. #include "ftk_app.h"
  4. #define FTK_HIDE static
  5. typedef int (*FtkMain)(int argc, char* argv[]);
  6. FtkApp* ftk_app_demo_create(const char* name, FtkMain main);
  7. #endif/*FTK_APP_DEMO_H*/