]> Dogcows Code - chaz/yoink/blobdiff - src/moof/drawable.hh
pch support
[chaz/yoink] / src / moof / drawable.hh
index 3882995fe900aceb46ed455433a44ebe81d5d8cf..4caf0cafa61e4f30b3c9fb1a2f80421f72c5f451 100644 (file)
@@ -1,25 +1,23 @@
 
-/*]  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_
 
+#include <moof/math.hh>
+
+
 /**
  * \file drawable.hh
  * Representation for an object that can be drawn to the screen.
  */
 
-#include <moof/math.hh>
-
-
 namespace moof {
 
 
@@ -29,8 +27,8 @@ namespace moof {
 class drawable
 {
 public:
-       virtual ~drawable() {}
 
+       virtual ~drawable() {}
        virtual void draw(scalar alpha) const = 0;
 };
 
This page took 0.019963 seconds and 4 git commands to generate.