Skip to content
Permalink
Browse files
added class file for characters
  • Loading branch information
Nathan Brown committed Aug 9, 2018
1 parent 105b439 commit 369da2052c5467ec9410f980ff0b2f4a82676540
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
#include <string>
#include "Character.hpp"
using namespace std;

class Character{

public:
string gender,subject_pronoun,possessive_pronoun,name; //subject = she/he, possessive = her/him

}

0 comments on commit 369da20

Please sign in to comment.