Browse Source

Change towards getting STB working on shared

dragonCASTjosh 9 years ago
parent
commit
5698f9205a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Source/Tools/RampGenerator/RampGenerator.cpp

+ 4 - 0
Source/Tools/RampGenerator/RampGenerator.cpp

@@ -28,6 +28,10 @@
 #include <windows.h>
 #endif
 
+
+#define STB_IMAGE_IMPLEMENTATION
+#define STB_IMAGE_WRITE_IMPLEMENTATION
+#include <STB/stb_image.h>
 #include <STB/stb_image_write.h>
 
 #include <Urho3D/DebugNew.h>