FDOSTUI
FreeDOS Text User Interface
include
wmmenu.hpp
Go to the documentation of this file.
1
/*
2
WMMENU.HPP
3
4
License CC0 PUBLIC DOMAIN
5
6
To the extent possible under law, Mark J. Olesen has waived all copyright
7
and related or neighboring rights to FDOSTUI Library. This work is published
8
from: United States.
9
10
*/
11
#ifndef __wmmenu_hpp__
12
13
#include "
menuitem.h
"
14
15
extern
struct
menuitem
*
_system_menu_hook
;
16
extern
struct
menuitem
_system_menu
[];
17
18
#define __wmmenu_hpp__
19
#endif
menuitem.h
Container for a menu item.
menuitem
a menu item
Definition:
menuitem.h:33
_system_menu
struct menuitem _system_menu[]
the default system menu
Definition:
wmmenu.cpp:56
_system_menu_hook
struct menuitem * _system_menu_hook
pointer to the system menu. This can be altered to provide a different system menu ...
Definition:
wmmenu.cpp:106
Generated by
1.8.14