Krice
Arcane
- Joined
- May 29, 2010
- Messages
- 1,648
Well.. spoke too soon maybe. After changing to SDL3 in the project and replacing SDL2 includes with SDL3 it still gives 211 errors. Mostly because a number of names have changed and I guess some functions are simpler, like SDL_CreateSurface. Good thing is that I have tried to use SDL directly as little as possible, abstracting the use in classes.