X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fray.hh;fp=src%2Fmoof%2Fray.hh;h=71d1e7a96a40d58e67f0ba73b350aca85047c7e8;hp=b992903b8bb2d892bf853af68d409d1e136363fa;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/ray.hh b/src/moof/ray.hh index b992903..71d1e7a 100644 --- a/src/moof/ray.hh +++ b/src/moof/ray.hh @@ -10,18 +10,18 @@ #ifndef _MOOF_RAY_HH_ #define _MOOF_RAY_HH_ -/** - * \file ray.hh - * A class for lines that start at one point and go to infinity in some - * direction. - */ - #include #include #include #include +/** + * \file ray.hh + * A class for lines that start at one point and go to infinity in some + * direction. + */ + namespace moof {