X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=src%2FAnimation.hh;h=d49dfb5f785f99d13b99ca2940a4fc967f1c3a6d;hb=44b3014bce798789e795242d1556cb7449e6386a;hp=c8cdca8ed752c4b3addfdc4ee0ccd61906cabc19;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a;p=chaz%2Fyoink diff --git a/src/Animation.hh b/src/Animation.hh index c8cdca8..d49dfb5 100644 --- a/src/Animation.hh +++ b/src/Animation.hh @@ -10,11 +10,6 @@ #ifndef _ANIMATION_HH_ #define _ANIMATION_HH_ -/** - * @file Animation.hh - * Motion picture!! - */ - #include #include @@ -22,6 +17,11 @@ #include +/** + * \file Animation.hh + * Motion picture!! + */ + class Animation; typedef boost::shared_ptr AnimationP;