add of menu ui, structures and declaration of Chracter class
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef SPECIALSKILL_H
|
||||
#define SPECIALSKILL_H
|
||||
|
||||
#include <string>
|
||||
|
||||
struct SpecialSkill {
|
||||
std::string name;
|
||||
int value;
|
||||
};
|
||||
|
||||
#endif // SPECIALSKILL_H
|
||||
Reference in New Issue
Block a user