1
0
mirror of https://github.com/ValveSoftware/halflife.git synced 2025-03-26 20:29:00 +03:00
2013-08-30 13:34:05 -07:00

16 lines
189 B
C

#ifndef _METER_H_
#define _METER_H_
/*
meter.h
Dorky status bar stuff
*/
void MeterStart( int max );
void MeterAdvance( int amt );
void MeterEnd( void );
extern int showmeter;
#endif