l3tde/src/main.c

7 lines
65 B
C

#include <l3tde/game.h>
int
main () {
l3tde_game_init ();
}