reimplement: * ctrl + m1: quick clipper mode (quits one after split done) (in 2d)

This commit is contained in:
Garux
2018-05-11 02:27:52 +03:00
parent 522cac75dc
commit a42709f80a
4 changed files with 21 additions and 3 deletions

View File

@@ -47,5 +47,6 @@ void Clipper_Construct();
void Clipper_Destroy();
void Clipper_modeChanged( bool isClipper );
bool Clipper_get2pointsIn2d();
void ClipperModeQuick();
#endif