/platform/osx/platform/vars/menu.d

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

  1. /*
  2. * menu.d
  3. *
  4. * This module implements the platform specifics for the Menu class.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 25th, 2009
  8. *
  9. */
  10. module platform.vars.menu;
  11. struct MenuPlatformVars {
  12. }