l3tde/src/main_map_editor.c

6 lines
98 B
C

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