Initial source code support for SDL3. No build system support.

This commit is contained in:
Sasha Szpakowski
2024-02-04 17:02:26 -04:00
parent 5acc98ce43
commit 62ac858f30
23 changed files with 1622 additions and 161 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
namespace love
{
void sleep(unsigned int ms);
void sleep(double ms);
} // namespace love