X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fdrawable.hh;h=031cf79aab69eec38c20f0e12b0c9b257a7230b7;hb=7d15b919681bb9ec0088b4b27c6abf62d6dfb9b1;hp=835fb61dd723c80ad766158342c89bf52f3fbef5;hpb=79becf045222f385da5a1b9eb79081f6f5266c86;p=chaz%2Fyoink diff --git a/src/drawable.hh b/src/drawable.hh index 835fb61..031cf79 100644 --- a/src/drawable.hh +++ b/src/drawable.hh @@ -29,15 +29,16 @@ #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: *************************************************/ +