| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/enterprompts.h |
typedef struct {
const int problemtype;
const int promptnumber;
const int index;
} enterprompt;
/* if problemtype is MINMAX and promptnumber is 2,
then english(index) is the prompt text and
it will get id MINMAX2 when it goes out as SVG
*/
enterprompt *getGraphEnterPrompts(int *);
enterprompt *getSymbolEnterPrompts(int *);