1 2 3 4 5 6 7
#ifndef SCALE_H #define SCALE_H floatish MaxCombinedHeight PROTO((void)); void Scale PROTO((void)); #endif /* SCALE_H */