11 lines
151 B
C
11 lines
151 B
C
#ifndef _QUIK_STBI_H_
|
|
#define _QUIK_STBI_H_
|
|
|
|
#include "Quik.Common/include/quik_common.h"
|
|
|
|
#define STBIDEF QEXTERN
|
|
|
|
#include "stb/stb_image.h"
|
|
|
|
#endif
|