5#ifndef ABILITY_DATABASE_H
6#define ABILITY_DATABASE_H
22 dice_size_t dice_size;
23 damage_type_t damage_type;
Exposes functions for working with abilities.
ability_init_t * get_ability_table_from_db(const db_connection_t *db_connection)
Get the ability table from the database.
void free_ability_table_from_db(ability_init_t *ability_init_table)
Clean up the ability table Call this function to free the memory allocated for the ability table.
Exposes functions for working with the database.
To get the ability table from the database, we need to define a struct This struct is for the initial...
This struct is used for the database connection in SQLite.