d932eda697
supports X11 library graphics. I will fix it later to allow the use of OpenGL/Mesa well as the other libraries that Heretic has been ported to work with in the Unix world. PR: 17194
9 lines
218 B
Text
9 lines
218 B
Text
--- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000
|
|
+++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000
|
|
@@ -1,5 +1,5 @@
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
|