Advertisement
dominus

Untitled

Apr 27th, 2025
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.95 KB | None | 0 0
  1. diff --git a/SDL3Test/U3Dialog.cpp b/SDL3Test/U3Dialog.cpp
  2. index d2c8ff2..007749b 100644
  3. --- a/SDL3Test/U3Dialog.cpp
  4. +++ b/SDL3Test/U3Dialog.cpp
  5. @@ -1,5 +1,5 @@
  6.  #include <filesystem>
  7. -#include <SDL_image.h>
  8. +#include <SDL3_image/SDL_image.h>
  9.  #include "U3Dialog.h"
  10.  #include "U3Button.h"
  11.  #include "U3Utilities.h"
  12. diff --git a/SDL3Test/U3Resources.cpp b/SDL3Test/U3Resources.cpp
  13. index a031daa..ab3cd06 100644
  14. --- a/SDL3Test/U3Resources.cpp
  15. +++ b/SDL3Test/U3Resources.cpp
  16. @@ -1,4 +1,4 @@
  17. -#include <SDL_image.h>
  18. +#include <SDL3_image/SDL_image.h>
  19.  #include <SDL3/SDL_render.h>
  20.  #include <SDL3/SDL_timer.h>
  21.  #include <iostream>
  22. diff --git a/SDL3Test/UltimaDungeon.cpp b/SDL3Test/UltimaDungeon.cpp
  23. index 8ae5252..acc3067 100644
  24. --- a/SDL3Test/UltimaDungeon.cpp
  25. +++ b/SDL3Test/UltimaDungeon.cpp
  26. @@ -1,4 +1,4 @@
  27. -#include <SDL_image.h>
  28. +#include <SDL3_image/SDL_image.h>
  29.  #include "UltimaDungeon.h"
  30.  #include "UltimaGraphics.h"
  31.  #include "U3Misc.h"
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement