Differences From Artifact [56dbbbf3e1]:
- File main.c — part of check-in [81f52e6f42] at 2018-06-10 16:34:34 on branch trunk — Add some SQL functions (user: user, size: 18777) [annotate] [blame] [check-ins using]
To Artifact [73e39a2b6c]:
- File main.c — part of check-in [ee25076d50] at 2018-06-15 21:06:40 on branch trunk — Add the MESSAGES virtual table (user: user, size: 18808) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 46 47 48 49 50 51 52 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + | sqlite3*userdb; xrm_db*resourcedb; const char*basefilename; xrm_quark optionquery[16]; Uint32 generation_number; char main_options[128]; Uint8 message_trace[0x4100/8]; static const char*globalclassname; static SDL_Cursor*cursor[77]; static FILE*levelfp; static FILE*solutionfp; static sqlite3_int64 leveluc,solutionuc; static FILE*hamarc_fp; |
︙ |