/platform/unix/imports.d
http://github.com/wilkie/djehuty · D · 15 lines · 2 code · 3 blank · 10 comment · 0 complexity · edbcef6936237ef3336fbcf03a876739 MD5 · raw file
- /*
- * imports.d
- *
- * This file gives the platform hint.
- *
- * Author: Dave Wilkinson
- *
- */
- module platform.unix.imports;
- // contains the templates and mixins to import the platform specific modules
- // should give the name of the directory
- const char[] PlatformTitle = "unix";