diff options
Diffstat (limited to 'hammer/PopupMenus.h')
| -rw-r--r-- | hammer/PopupMenus.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hammer/PopupMenus.h b/hammer/PopupMenus.h new file mode 100644 index 0000000..768fc31 --- /dev/null +++ b/hammer/PopupMenus.h @@ -0,0 +1,17 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef POPUPMENUS_H +#define POPUPMENUS_H +#ifdef _WIN32 +#pragma once +#endif + + +#define IDM_POPUP_POINT_HANDLE 7 + + +#endif // POPUPMENUS_H |