/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
- /*
- * menu.d
- *
- * This module has the structure that is kept with a Menu class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.menu;
- import binding.win32.windef;
- struct MenuPlatformVars {
- HMENU hMenu;
- }