/platform/unix/imports.d

http://github.com/wilkie/djehuty · D · 15 lines · 2 code · 3 blank · 10 comment · 0 complexity · edbcef6936237ef3336fbcf03a876739 MD5 · raw file

  1. /*
  2. * imports.d
  3. *
  4. * This file gives the platform hint.
  5. *
  6. * Author: Dave Wilkinson
  7. *
  8. */
  9. module platform.unix.imports;
  10. // contains the templates and mixins to import the platform specific modules
  11. // should give the name of the directory
  12. const char[] PlatformTitle = "unix";