l3tde/src/main_map_editor.c

6 lines
98 B
C
Raw Permalink Normal View History

2022-05-16 22:44:53 +02:00
#include <l3tde/game/map_editor.h>
int main() {
map_editor_init ();
map_editor_loop ();
}