X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FHeroine.hh;h=7169987708817234ac501698bbe4a655920f18ae;hp=2fb40c33a7cce2ba7ab642c190f8aa9b8f448191;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hpb=31d52677b38d935297d132bdbd956c655cd3feee 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()