/platform/win/platform/vars/directory.d

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

  1. /*
  2. * directory.d
  3. *
  4. * This module has the structure that is kept with a Directory class for
  5. * Windows.
  6. *
  7. * Author: Dave Wilkinson
  8. * Originated: July 22th, 2009
  9. *
  10. */
  11. module platform.vars.directory;
  12. struct DirectoryPlatformVars {
  13. }