Adding main map editor.

This commit is contained in:
sergiotarxz 2022-05-16 22:44:53 +02:00
parent c9e86648f5
commit bd424451b2
1 changed files with 5 additions and 0 deletions

5
src/main_map_editor.c Normal file
View File

@ -0,0 +1,5 @@
#include <l3tde/game/map_editor.h>
int main() {
map_editor_init ();
map_editor_loop ();
}