hl2_src-leak-2017/src/hammer/statusbarids.h
BotoX 60f625f414 import hl2_src from full.7z
source: magnet:?xt=urn:btih:21DDA6847DDE983F2F8063739249D2D1D09A5DDA
2020-12-25 16:26:23 +01:00

36 lines
606 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
//
// defines ids of parts of the status bar
//
enum
{
ID_INDICATOR_FIRST = 0xE720,
ID_INDICATOR_SELECTION,
ID_INDICATOR_COORDS,
ID_INDICATOR_SIZE,
ID_INDICATOR_GRIDZOOM,
ID_INDICATOR_SNAP,
ID_INDICATOR_LIGHTPROGRESS
};
enum
{
SBI_PROMPT = 0,
SBI_SELECTION,
SBI_COORDS,
SBI_SIZE,
SBI_GRIDZOOM,
SBI_SNAP,
SBI_LIGHTPROGRESS
};
// mainfrm.cpp:
void SetStatusText(int nIndex, LPCTSTR pszText);