00001 #ifndef STORY_PROCESS_H 00002 #define STORY_PROCESS_H 00003 00004 #include "global_add.h" 00005 00006 int story_process(Game_variables variables, Player_variables * player_array, story_struct * a_story, int time); 00007 00008 #endif //STORY_PROCESS_H