Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/SDL3Test/U3Dialog.cpp b/SDL3Test/U3Dialog.cpp
- index d2c8ff2..007749b 100644
- --- a/SDL3Test/U3Dialog.cpp
- +++ b/SDL3Test/U3Dialog.cpp
- @@ -1,5 +1,5 @@
- #include <filesystem>
- -#include <SDL_image.h>
- +#include <SDL3_image/SDL_image.h>
- #include "U3Dialog.h"
- #include "U3Button.h"
- #include "U3Utilities.h"
- diff --git a/SDL3Test/U3Resources.cpp b/SDL3Test/U3Resources.cpp
- index a031daa..ab3cd06 100644
- --- a/SDL3Test/U3Resources.cpp
- +++ b/SDL3Test/U3Resources.cpp
- @@ -1,4 +1,4 @@
- -#include <SDL_image.h>
- +#include <SDL3_image/SDL_image.h>
- #include <SDL3/SDL_render.h>
- #include <SDL3/SDL_timer.h>
- #include <iostream>
- diff --git a/SDL3Test/UltimaDungeon.cpp b/SDL3Test/UltimaDungeon.cpp
- index 8ae5252..acc3067 100644
- --- a/SDL3Test/UltimaDungeon.cpp
- +++ b/SDL3Test/UltimaDungeon.cpp
- @@ -1,4 +1,4 @@
- -#include <SDL_image.h>
- +#include <SDL3_image/SDL_image.h>
- #include "UltimaDungeon.h"
- #include "UltimaGraphics.h"
- #include "U3Misc.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement