/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
- #ifndef FTK_APP_DEMO_H
- #define FTK_APP_DEMO_H
- #include "ftk_app.h"
- #define FTK_HIDE static
- typedef int (*FtkMain)(int argc, char* argv[]);
- FtkApp* ftk_app_demo_create(const char* name, FtkMain main);
- #endif/*FTK_APP_DEMO_H*/