mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
reorgnamized
This commit is contained in:
parent
809232d74f
commit
047126efb4
4 changed files with 4 additions and 7992 deletions
|
|
@ -20,10 +20,10 @@
|
|||
#endif
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
#include "stb_image.h"
|
||||
// Do not define the STB_IMAGE_IMPLEMENTATION twice
|
||||
#include "thirdParty/stb_image.h"
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb_image_write.h"
|
||||
#include "thirdParty/stb_image_write.h"
|
||||
|
||||
|
||||
#include "nanovg.hpp"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include <GLFW/glfw3.h>
|
||||
#include "nanovg.h"
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb_image_write.h"
|
||||
#include "thirdParty/stb_image_write.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue