mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 21:21:34 +00:00
use main.m and SDL_main functionality
This commit is contained in:
6
Sources/Voxelotl/main.m
Normal file
6
Sources/Voxelotl/main.m
Normal file
@ -0,0 +1,6 @@
|
||||
#include <SDL3/SDL_main.h>
|
||||
#include <Voxelotl-Swift.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return [Program run];
|
||||
}
|
Reference in New Issue
Block a user