mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-03 17:01:17 +00:00
client/refresh/files/stb.c: don't include header from gl1/
instead use ref_shared.h, like the other source files in that directory
This commit is contained in:
parent
bb0fc01e38
commit
ff9f9accd3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../gl1/header/local.h"
|
||||
#include "../ref_shared.h"
|
||||
|
||||
// don't need HDR stuff
|
||||
#define STBI_NO_LINEAR
|
||||
|
|
Loading…
Reference in a new issue