Adding components of the My3D for isometry editing

This commit is contained in:
Anonymus Raccoon
2020-04-14 11:56:26 +02:00
parent 704e19f2f0
commit 0f82511dcd
5 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define ERROR 84
#include "scene.h"
int start_game(void);
int start_game(bool map_editor);
bool start_button(gc_engine *engine, gc_entity *entity, gc_vector2 _, \
enum gc_mousekeys __);