Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [a748b92e70]:

To Artifact [6487272797]:


341
342
343
344
345
346
347


348

349
350
351
352
353
354
355
341
342
343
344
345
346
347
348
349

350
351
352
353
354
355
356
357







+
+
-
+







  "solutionTimestamp",
  "sqlInit",
  "sqlExtensions",
  "sqlMemStatus",
  "sqlSmallAllocations",
  "sqlCoveringIndexScan",
  "sqlPowerSafe",
0};
#ifdef HEROMESH_MAIN
0}; static const SDLKey quark_to_key[Q_undo+1-Q_backspace]={
static const SDLKey quark_to_key[Q_undo+1-Q_backspace]={
SDLK_BACKSPACE,
SDLK_TAB,
SDLK_CLEAR,
SDLK_RETURN,
SDLK_PAUSE,
SDLK_ESCAPE,
SDLK_SPACE,
479
480
481
482
483
484
485

481
482
483
484
485
486
487
488







+
SDLK_POWER,
SDLK_EURO,
SDLK_COMPOSE,
SDLK_UNDO,
};
#define FirstKeyQuark Q_backspace
#define LastKeyQuark Q_undo
#endif