26 #ifndef SAGA2_AUTOMAP_H 27 #define SAGA2_AUTOMAP_H 29 #include "saga2/intrface.h" 39 kSumMapAreaWidth = 544,
40 kSumMapAreaHeight = 324,
42 kSummaryDiameter = 62,
43 kSummaryRadius = kSummaryDiameter / 2
69 void drawClipped(
gPort &port,
74 void createSmallMap();
76 APPFUNCV(cmdAutoMapEsc);
77 APPFUNCV(cmdAutoMapHome);
78 APPFUNCV(cmdAutoMapEnd);
79 APPFUNCV(cmdAutoMapPgUp);
80 APPFUNCV(cmdAutoMapPgDn);
82 gPanel *keyTest(int16 key);
84 void setCheatFlag(
bool flag) { _autoMapCheat = flag; }
85 bool getCheatFlag() {
return _autoMapCheat; }
87 bool activate(gEventType why);
106 #endif // SAGA2_AUTOMAP_H
Definition: tcoords.h:127
Definition: tcoords.h:222