2
0
Эх сурвалжийг харах

Linux requires header imports.

woollybah 7 жил өмнө
parent
commit
a7734bafff
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      opengl.mod/opengl.bmx

+ 2 - 0
opengl.mod/opengl.bmx

@@ -22,10 +22,12 @@ Import "-lglu32"
 Import "-lopengl32"
 Import "glu.bmx"
 ?Linuxx86
+Import "GL/gl.h"
 Import "-lGL"
 Import "-lGLU"
 Import "glu.bmx"
 ?Linuxx64
+Import "GL/gl.h"
 Import "-lGL"
 Import "-lGLU"
 Import "glu.bmx"