You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
469 B
18 lines
469 B
//========= Copyright Valve Corporation, All rights reserved. ============// |
|
// |
|
// Purpose: |
|
// |
|
// $NoKeywords: $ |
|
// |
|
//=============================================================================// |
|
#ifndef SBAR_H |
|
#define SBAR_H |
|
#pragma once |
|
|
|
// the status bar is only redrawn if something has changed, but if anything |
|
// does, the entire thing will be redrawn for the next vid.numpages frames. |
|
void Sbar_Draw (void); |
|
// called every frame by screen |
|
|
|
#endif // SBAR_H |
|
|
|
|