use main.m and SDL_main functionality

This commit is contained in:
Alex Zenla
2024-09-03 05:00:28 -04:00
parent e4194ff2ec
commit b0ccd3b335
5 changed files with 29 additions and 16 deletions

6
Sources/Voxelotl/main.m Normal file
View File

@ -0,0 +1,6 @@
#include <SDL3/SDL_main.h>
#include <Voxelotl-Swift.h>
int main(int argc, char** argv) {
return [Program run];
}