|
| ability_database.c |
| Implements functionality for working with abilites and the database.
|
| ability_database.h |
| Declares functions to load and free ability definitions from the game database.
|
| character_database.c |
| Implements functionality to work with the character and the database.
|
| character_database.h |
| Exposes functions for working with the character and database.
|
| gamestate_database.c |
| Implements functionality to work with the gamestate and database.
|
| gamestate_database.h |
| Declares functions to create, save, load, and manage game state data in the SQLite database.
|
| item_database.c |
| Implements functionality for working with items and database.
|
| item_database.h |
| Declares functions to load and free potion and gear tables from the game database, and count entries.
|