00001 #ifndef STORYBOARD_PROCESS_H 00002 #define STORYBOARD_PROCESS_H 00003 00004 #include "global.h" 00005 00006 int process_storyboard(storyboard_struct * a_storyboard); 00007 00008 #endif // STORYBOARD_PROCESS_H