Zig 0.14 => Zig 0.15, STB Image => SDL3 Image
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
#include "SDL3/SDL.h"
|
||||
#include "SDL3_image/SDL_image.h"
|
||||
#include "sdl_rename.h"
|
||||
@@ -1,4 +0,0 @@
|
||||
pub usingnamespace @cImport({
|
||||
@cInclude("SDL3/SDL.h");
|
||||
@cInclude("sdl_rename.h");
|
||||
});
|
||||
Reference in New Issue
Block a user