mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 22:00:28 +01:00
include readtex.h instead of readtex.c (Marcello Magallon)
This commit is contained in:
parent
b58091a336
commit
0fe7f406be
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "GL/glut.h"
|
||||
#include "../util/readtex.c" /* a hack */
|
||||
#include "readtex.h"
|
||||
|
||||
|
||||
static GLfloat Xrot = 0, Yrot = 0;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <math.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
#include "../util/readtex.c" /* a hack, I know */
|
||||
#include "readtex.h"
|
||||
|
||||
#define IMAGE_FILE "../images/girl.rgb"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue