add example "quick/Tic-Tac-Toe"; lots of minor revisions;

This commit is contained in:
polos 2017-01-19 02:02:30 +01:00
parent 43abbe2415
commit c7cefd839c
62 changed files with 1731 additions and 1004 deletions

View file

@ -7,7 +7,7 @@
#include <QTimer>
#include <QStringList>
const char EQL::version[] = "17.1.3"; // Jan 2017
const char EQL::version[] = "17.1.4"; // Jan 2017
extern "C" void ini_EQL(cl_object);