Port to SDL2

This commit is contained in:
2022-04-04 02:36:36 +02:00
parent 7e94c5053d
commit 48583e0b08
12 changed files with 63 additions and 60 deletions

View File

@@ -16,6 +16,7 @@
"name": "Linux",
"includePath": [
"/usr/include",
"/usr/include/SDL2",
"${workspaceFolder}/src/"
],
"intelliSenseMode": "clang-x64",
@@ -27,6 +28,7 @@
"name": "Win32",
"includePath": [
"C:/msys64/mingw64/include",
"C:/msys64/mingw64/include/SDL2",
"${workspaceFolder}/src/"
],
"defines": [