X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fsphere.hh;fp=src%2Fmoof%2Fsphere.hh;h=15a80314dc6afa3ce2518e067ac76ce3d2494d92;hp=75c5808a476cfe5d4e4256f52f76bbd4d691c149;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/sphere.hh b/src/moof/sphere.hh index 75c5808..15a8031 100644 --- a/src/moof/sphere.hh +++ b/src/moof/sphere.hh @@ -10,12 +10,6 @@ #ifndef _MOOF_SPHERE_HH_ #define _MOOF_SPHERE_HH_ -/** - * \file sphere.hh - * A round shape like a circle or sphere. - * TODO: This class needs some work. - */ - #include #include #include @@ -25,6 +19,12 @@ #include +/** + * \file sphere.hh + * A round shape like a circle or sphere. + * TODO: This class needs some work. + */ + namespace moof {