glread.hpp 196 B

1234567891011
  1. #ifndef __GLREAD_HPP_
  2. #define __GLREAD_HPP_
  3. #include "palette.hpp"
  4. #include "image.hpp"
  5. image *read_glfont(char *fn);
  6. image *read_pic(char *fn, palette *&pal);
  7. image *read_clp(char *fn);
  8. #endif