|
@@ -1,6 +1,7 @@
|
|
// ImGui - standalone example application for DirectX 11
|
|
// ImGui - standalone example application for DirectX 11
|
|
|
|
|
|
#include <windows.h>
|
|
#include <windows.h>
|
|
|
|
+#define STB_IMAGE_STATIC
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
#include "../shared/stb_image.h" // for .png loading
|
|
#include "../shared/stb_image.h" // for .png loading
|
|
#include "../../imgui.h"
|
|
#include "../../imgui.h"
|