| version 1.3 | | version 1.4 |
|---|
| | |
| * Fonts for the game. | | * Fonts for the game. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.4 1999/10/08 09:00:47 donut |
| | | * fixed undefined error on mingw |
| | | * |
| * Revision 1.3 1999/10/08 04:14:02 donut | | * Revision 1.3 1999/10/08 04:14:02 donut |
| * added default usage of larger fonts at highres, added checks for font existance before trying to load | | * added default usage of larger fonts at highres, added checks for font existance before trying to load |
| * | | * |
| | |
| | | |
| #include "gr.h" | | #include "gr.h" |
| #include "error.h" | | #include "error.h" |
| | | #include <string.h> |
| #include "strutil.h" | | #include "strutil.h" |
| #include "mono.h" | | #include "mono.h" |
| #include "args.h" | | #include "args.h" |