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