root/scenario.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* scenario.h */
   2 #ifndef _SCENARIO_H_
   3 #define _SCENARIO_H_
   4 
   5 #include<bidlist.h>
   6 #include<event.h>
   7 
   8 void initscenario(void);
   9 void addevent(event* ev);
  10 void resetmark(void);
  11 int getcurrentmark(void);
  12 void setmark(int pos);
  13 event* getnextevent(void); 
  14 
  15 #endif

/* [<][>][^][v][top][bottom][index][help] */