File tree Expand file tree Collapse file tree 11 files changed +28
-22
lines changed
Expand file tree Collapse file tree 11 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 44[submodule "subprojects/sqlitecpp "]
55 path = subprojects/sqlitecpp
66 url = https://github.com/SRombauts/SQLiteCpp.git
7+ [submodule "stb "]
8+ path = stb
9+ url = https://github.com/nothings/stb.git
Original file line number Diff line number Diff line change 2020#endif
2121#include < GLFW/glfw3.h>
2222
23- #include < stb/stb_image.h>
24- #include < stb/stb_image_write.h>
23+ #include " lib/ stb/stb_image.h"
24+ #include " lib/ stb/stb_image_write.h"
2525
2626// #define HIDE_CHECKGL
2727
Original file line number Diff line number Diff line change 1+ ../../../stb /stb_image .h
Original file line number Diff line number Diff line change 1+ ../../../stb /stb_image_write .h
Original file line number Diff line number Diff line change 1010
1111#define STB_IMAGE_IMPLEMENTATION
1212#ifdef USING_VCPKG
13- #include < stb_image.h>
13+ #include " lib/stb/ stb_image.h"
1414#else
15- #include < stb/stb_image.h>
15+ #include " lib/ stb/stb_image.h"
1616#endif
1717
1818#include < nlohmann/json.hpp>
Original file line number Diff line number Diff line change 55#include < sstream>
66
77#ifdef USING_VCPKG
8- #include < stb_image.h>
8+ #include " lib/stb/ stb_image.h"
99#else
10- #include < stb/stb_image.h>
10+ #include " lib/ stb/stb_image.h"
1111#endif
1212
1313#ifdef __clang__
2222
2323#define STB_IMAGE_WRITE_IMPLEMENTATION
2424#ifdef USING_VCPKG
25- #include < stb_image_write.h>
25+ #include " lib/stb/ stb_image_write.h"
2626#else
27- #include < stb/stb_image_write.h>
27+ #include " lib/ stb/stb_image_write.h"
2828#endif
2929
3030#ifdef __clang__
Original file line number Diff line number Diff line change 1414#include < nlohmann/json.hpp>
1515
1616#ifdef USING_VCPKG
17- #include < stb_image.h>
18- #include < stb_image_write.h>
17+ #include " lib/stb/ stb_image.h"
18+ #include " lib/stb/ stb_image_write.h"
1919#else
20- #include < stb/stb_image.h>
21- #include < stb/stb_image_write.h>
20+ #include " lib/ stb/stb_image.h"
21+ #include " lib/ stb/stb_image_write.h"
2222#endif
2323
2424namespace Game3 {
Original file line number Diff line number Diff line change 1212#include < nlohmann/json.hpp>
1313
1414#ifdef USING_VCPKG
15- #include < stb_image.h>
16- #include < stb_image_write.h>
15+ #include " lib/stb/ stb_image.h"
16+ #include " lib/stb/ stb_image_write.h"
1717#else
18- #include < stb/stb_image.h>
19- #include < stb/stb_image_write.h>
18+ #include " lib/ stb/stb_image.h"
19+ #include " lib/ stb/stb_image_write.h"
2020#endif
2121
2222namespace Game3 {
Original file line number Diff line number Diff line change 1212#include < nlohmann/json.hpp>
1313
1414#ifdef USING_VCPKG
15- #include < stb_image.h>
16- #include < stb_image_write.h>
15+ #include " lib/stb/ stb_image.h"
16+ #include " lib/stb/ stb_image_write.h"
1717#else
18- #include < stb/stb_image.h>
19- #include < stb/stb_image_write.h>
18+ #include " lib/ stb/stb_image.h"
19+ #include " lib/ stb/stb_image_write.h"
2020#endif
2121
2222namespace Game3 {
Original file line number Diff line number Diff line change 1616
1717
1818
19- #include < stb/stb_image.h>
20- #include < stb/stb_image_write.h>
19+ #include " lib/ stb/stb_image.h"
20+ #include " lib/ stb/stb_image_write.h"
2121
2222
2323
You can’t perform that action at this time.
0 commit comments