struct dude { int hp; int mp; int atk; int def; void* spells[10]; }; struct dude* makeDude(); void destoryDude();