Skip to content
Permalink
Browse files
added header file for characters
  • Loading branch information
Nathan Brown committed Aug 9, 2018
1 parent 369da20 commit 6165d6950a287337a7e4304aeb6e583db4973457
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
#include <string>

using namespace std;

class Character{

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

};

0 comments on commit 6165d69

Please sign in to comment.