]> Dogcows Code - chaz/yoink/blobdiff - src/Heroine.hh
minor refactoring and state progress
[chaz/yoink] / src / Heroine.hh
index 2fb40c33a7cce2ba7ab642c190f8aa9b8f448191..7169987708817234ac501698bbe4a655920f18ae 100644 (file)
@@ -41,12 +41,13 @@ typedef boost::shared_ptr<Heroine> 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()
This page took 0.018138 seconds and 4 git commands to generate.