X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.hh;fp=src%2FCharacter.hh;h=090e7cb97a1d308e124735f01190f21751e785e0;hp=087bf494c819743eafc099fcca9f7c9635fc300a;hb=fcb40aa40c6a13ca0e0962b35973ac4574779574;hpb=d5b4262bc0c6cea41c603e8a3a85ab93adfdc36b diff --git a/src/Character.hh b/src/Character.hh index 087bf49..090e7cb 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -50,6 +50,7 @@ typedef boost::shared_ptr CharacterP; struct Character : public Mf::Entity { + /* struct Derivative { Mf::Vector2 velocity; @@ -134,9 +135,10 @@ struct Character : public Mf::Entity return newState; } }; +*/ - State previous; - State current; + Mf::State2 previous; + Mf::State2 current; private: