Got linux and mac version building again

master
Allen Webster 2017-11-17 15:25:46 -05:00
parent 54de2b4812
commit c9f905b1f6
2 changed files with 6 additions and 0 deletions

View File

@ -459,6 +459,9 @@ Sys_CLI_End_Update_Sig(system_cli_end_update){
#include "4ed_font_provider_freetype.h"
#include "4ed_font_provider_freetype.cpp"
Sys_Font_Data_Not_Used;
#include <GL/gl.h>
#include "opengl/4ed_opengl_render.cpp"

View File

@ -334,6 +334,9 @@ Sys_CLI_End_Update_Sig(system_cli_end_update){
#include "4ed_font_provider_freetype.h"
#include "4ed_font_provider_freetype.cpp"
Sys_Font_Data_Not_Used;
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#include "opengl/4ed_opengl_render.cpp"