/graphics/path.d

http://github.com/wilkie/djehuty · D · 14 lines · 3 code · 2 blank · 9 comment · 0 complexity · 9d158a1ae4965125df2a60b0e2d826f8 MD5 · raw file

  1. /*
  2. * path.d
  3. *
  4. * This module implements a path object.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: December 19th, 2009
  8. *
  9. */
  10. module graphics.path;
  11. class Path {
  12. }