mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 21:00:57 +00:00
7 lines
116 B
Objective-C
7 lines
116 B
Objective-C
#include <SDL3/SDL_main.h>
|
|
#include <Voxelotl-Swift.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
return [Program run];
|
|
}
|