X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FHeroine.hh;h=6eb5a547eca85d8a803961ed23d4954abe23aedc;hp=8ed8f661118877703c3fe3846e52998773965157;hb=831f04d4bc19a390415ac0bbac4331c7a65509bc;hpb=299af4f2047e767e5d79501c26444473bda64c64 diff --git a/src/Heroine.hh b/src/Heroine.hh index 8ed8f66..6eb5a54 100644 --- a/src/Heroine.hh +++ b/src/Heroine.hh @@ -14,7 +14,7 @@ #include -#include +#include #include "Character.hh" @@ -38,8 +38,8 @@ public: return HeroineP(new Heroine); } - void update(Mf::Scalar t, Mf::Scalar dt); - bool handleEvent(const Mf::Event& event); + void update(moof::scalar t, moof::scalar dt); + bool handle_event(const moof::event& event); };