26 #ifndef SAGA2_MOUSEIMG_H 27 #define SAGA2_MOUSEIMG_H 32 kMouseCloseBx1Image = 0,
39 kMouseCenterActorIndicatorImage,
49 extern gStaticImage *mouseCursors[kMouseMax];
52 void setMouseImage(
int id, int16 x, int16 y);
55 void setMouseImage(gPixelMap &img, int16 x, int16 y);
58 void setMouseText(
char *text);
62 void setMouseGauge(
int numerator,
int denominator);
65 void clearMouseGauge();