X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fvideo.hh;h=1349b673e3bd9eeefac0f4322b21f51fa623902b;hp=8b42cfddd8b9e181f0f94706f97c6aaf41c67c78;hb=62f3ceaff75a6b08cb1aec9a465773bb81a2d79d;hpb=af88821a172c4dfd138b91b2a5148ae50b502fa2 diff --git a/src/moof/video.hh b/src/moof/video.hh index 8b42cfd..1349b67 100644 --- a/src/moof/video.hh +++ b/src/moof/video.hh @@ -1,22 +1,15 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_VIDEO_HH_ #define _MOOF_VIDEO_HH_ -/** - * \file video.hh - * Classes for managing a video context. - */ - #include #include @@ -27,37 +20,41 @@ #include +/** + * \file video.hh + * Classes for managing a video context. + */ + namespace moof { +// forward declarations class settings; class video; typedef boost::shared_ptr