X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fentity.hh;h=c86dc9a022aed1d5b2c86dc84a47ff8196262dfa;hp=92b4dc5dd7b074b747020d3a7fc807c7da49ebc5;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/entity.hh b/src/moof/entity.hh index 92b4dc5..c86dc9a 100644 --- a/src/moof/entity.hh +++ b/src/moof/entity.hh @@ -10,11 +10,6 @@ #ifndef _MOOF_ENTITY_HH_ #define _MOOF_ENTITY_HH_ -/** - * \file entity.hh - * Interface class for cullable and drawable objects. - */ - #include #include @@ -23,6 +18,11 @@ #include +/** + * \file entity.hh + * Interface class for cullable and drawable objects. + */ + namespace moof {