X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fdrawable.hh;h=2f5c6cd09b4ac20261c93722caa39e9cffb6e0d6;hp=3882995fe900aceb46ed455433a44ebe81d5d8cf;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/moof/drawable.hh b/src/moof/drawable.hh index 3882995..2f5c6cd 100644 --- a/src/moof/drawable.hh +++ b/src/moof/drawable.hh @@ -1,13 +1,11 @@ -/*] 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_DRAWABLE_HH_ #define _MOOF_DRAWABLE_HH_ @@ -29,8 +27,8 @@ namespace moof { class drawable { public: - virtual ~drawable() {} + virtual ~drawable() {} virtual void draw(scalar alpha) const = 0; };