X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FHeroine.hh;h=7169987708817234ac501698bbe4a655920f18ae;hb=9619ed3cee0f9e465ad2747fcb4f1f6cb6d3d889;hp=2fb40c33a7cce2ba7ab642c190f8aa9b8f448191;hpb=bc2bc12125d6c223d2935557e01926fe21166e38;p=chaz%2Fyoink diff --git a/src/Heroine.hh b/src/Heroine.hh index 2fb40c3..7169987 100644 --- a/src/Heroine.hh +++ b/src/Heroine.hh @@ -41,12 +41,13 @@ typedef boost::shared_ptr HeroineP; /** - * Parent class of animate objects with "personalities." This basically - * includes the heroine herself and the bad guys. + * The protagonist. */ -struct Heroine : public Character +class Heroine : public Character { +public: + Heroine(); static HeroineP alloc()