Replace platform backends by SDL

This commit is contained in:
Lynix
2020-05-27 17:47:52 +02:00
parent c071f52d8f
commit b0c72a6101
132 changed files with 38933 additions and 6374 deletions

View File

@@ -16,10 +16,3 @@ EXAMPLE.Libraries = {
"NazaraRenderer",
"NazaraUtility"
}
if (Config.PlatformSDL2) then
table.insert(EXAMPLE.Defines, "NAZARA_PLATFORM_SDL2")
assert(Config.PlatformSDL2_Path)
EXAMPLE.Includes = Config.PlatformSDL2_Path .. "/include"
end