This PR adds sqlite support and updates player saving/loading functionality to use the new sqlite functionality.
To ease the use of sqlite across the codebase, a handful of helper functions have been added in db.c. A clear example of how each of these methods work can be seen in save.c.
This PR adds sqlite support and updates player saving/loading functionality to use the new sqlite functionality.
To ease the use of sqlite across the codebase, a handful of helper functions have been added in
db.c
. A clear example of how each of these methods work can be seen insave.c
.3