]> Dogcows Code - chaz/yoink/blobdiff - src/drawable.hh
main loop code fixed to decouple updates and draws
[chaz/yoink] / src / drawable.hh
index 835fb61dd723c80ad766158342c89bf52f3fbef5..031cf79aab69eec38c20f0e12b0c9b257a7230b7 100644 (file)
 #ifndef _DRAWABLE_HH_
 #define _DRAWABLE_HH_
 
-/**
- * @file drawable.hh
- * Interface for a drawable object.
- */
+#include "math.hh"
 
 
 namespace dc {
 
 
+/**
+ * Interface for anything that can be drawn.
+ */
+
 class drawable
 {
 public:
@@ -49,3 +50,5 @@ public:
 
 #endif // _DRAWABLE_HH_
 
+/** vim: set ts=4 sw=4 tw=80: *************************************************/
+
This page took 0.026408 seconds and 4 git commands to generate.