mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Examples: Added STB_IMAGE_STATIC in examples to avoid conflicting implementation. Relate to #109
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#endif
|
||||
|
||||
#include "../../imgui.h"
|
||||
#define STB_IMAGE_STATIC
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "../shared/stb_image.h" // stb_image.h for PNG loading
|
||||
|
||||
|
Reference in New Issue
Block a user