DungeonCrawl
|
To get potion table from the database, we need to define a struct This struct is for the initialization of the potion table The values of the struct corresponds to the init_potion() method in. More...
#include <item_database.h>
Data Fields | |
int | potion_type |
char * | name |
int | value |
To get potion table from the database, we need to define a struct This struct is for the initialization of the potion table The values of the struct corresponds to the init_potion() method in.
Definition at line 18 of file item_database.h.
char* potion_init_t::name |
Definition at line 20 of file item_database.h.
int potion_init_t::potion_type |
Definition at line 19 of file item_database.h.
int potion_init_t::value |
Definition at line 21 of file item_database.h.