#ifndef PGM_FONT_H #define PGM_FONT_H #include "aa2pgm.h" /* Font array */ int pgm_font[127][CROW][CCOL]; /* Font functions */ void initialize_font(char *ffile); #endif /* PGM_FONT_H */