]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Drawable.hh
extreme refactoring
[chaz/yoink] / src / Moof / Drawable.hh
similarity index 89%
rename from src/drawable.hh
rename to src/Moof/Drawable.hh
index 031cf79aab69eec38c20f0e12b0c9b257a7230b7..8d93f0543aa4382367e1ca07d6fd94c14a25e3ce 100644 (file)
 
 *******************************************************************************/
 
-#ifndef _DRAWABLE_HH_
-#define _DRAWABLE_HH_
+#ifndef _MOOF_DRAWABLE_HH_
+#define _MOOF_DRAWABLE_HH_
 
-#include "math.hh"
+#include <Moof/Math.hh>
 
 
-namespace dc {
+namespace Mf {
 
 
 /**
  * Interface for anything that can be drawn.
  */
 
-class drawable
+class Drawable
 {
 public:
-       virtual void draw(scalar alpha) = 0;
+       virtual void draw(Scalar alpha) = 0;
 };
 
 
-} // namespace dc
+} // namespace Mf
 
-#endif // _DRAWABLE_HH_
+#endif // _MOOF_DRAWABLE_HH_
 
 /** vim: set ts=4 sw=4 tw=80: *************************************************/
 
This page took 0.018149 seconds and 4 git commands to generate.