00001 #ifndef AEFONT_H 00002 #define AEFONT_H 00003 00004 #include "antistd.h" 00005 00006 void aeMakeFont(); 00007 void aePrintString(char*); 00008 00009 #endif