Fix for a crash which happened when a document couldn't be opened.
[AROS-Contrib.git] / fish / surf / mapstuff.h
blobb29e470338f76295afd9c4bc81911130378d1d6c
1 #define SingleTinyVal 1.0e-12
2 #define SingleLargeVal 1.0e12
4 #define MP_XMIN 0
5 #define MP_XMAX 1
6 #define MP_YMIN 0
7 #define MP_YMAX 2
9 bool InitMapping( /* void */);
11 void CalcMapConsts();
12 void MapXYRatio( /* float px, py; float *outx, outy; */);
13 void DrawRhomMap( /* MapRhomboid *mpr; */ );