Just import sdl instead of bindbc.sdl

This commit is contained in:
Josh Holtrop 2024-01-14 20:08:11 -05:00
parent 09f675a93c
commit 8d44370067

View File

@ -1,5 +1,5 @@
import std.stdio;
import bindbc.sdl;
import sdl;
import glad.gl.all;
import glad.gl.loader;