Got linux and mac version building again
This commit is contained in:
parent
54de2b4812
commit
c9f905b1f6
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue