Differences From Artifact [e6403c7a41]:
- File heromesh.h — part of check-in [a55e51e100] at 2018-06-09 00:42:29 on branch trunk — Add the write_lump() function (uses upsert, which SQLite recently added) (user: user, size: 3637) [annotate] [blame] [check-ins using]
To Artifact [fe8a013d87]:
- File heromesh.h — part of check-in [81f52e6f42] at 2018-06-10 16:34:34 on branch trunk — Add some SQL functions (user: user, size: 3721) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
118 119 120 121 122 123 124 | const char*txt; }; } UserCommand; void load_key_bindings(void); const UserCommand*find_key_binding(SDL_Event*ev,int editing); | > > > > | 118 119 120 121 122 123 124 125 126 127 128 | const char*txt; }; } UserCommand; void load_key_bindings(void); const UserCommand*find_key_binding(SDL_Event*ev,int editing); // == function == void init_sql_functions(sqlite3_int64*ptr0,sqlite3_int64*ptr1); |