/platform/win/platform/vars/menu.d

http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · c64ae0b7f759d1049bdd4e8c791a1b47 MD5 · raw file

  1. /*
  2. * menu.d
  3. *
  4. * This module has the structure that is kept with a Menu class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.menu;
  11. import binding.win32.windef;
  12. struct MenuPlatformVars {
  13. HMENU hMenu;
  14. }