/graphics/path.d
http://github.com/wilkie/djehuty · D · 14 lines · 3 code · 2 blank · 9 comment · 0 complexity · 9d158a1ae4965125df2a60b0e2d826f8 MD5 · raw file
- /*
- * path.d
- *
- * This module implements a path object.
- *
- * Author: Dave Wilkinson
- * Originated: December 19th, 2009
- *
- */
- module graphics.path;
- class Path {
- }