#ifndef CHARROM_H #define CHARROM_H extern unsigned char charfont[256][8]; void LoadFont(char* name); #endif