summaryrefslogtreecommitdiffstats
path: root/src/render/Hud.h
blob: 72d3c6adccb02ff0670e3bbc8e342bbb105e624a (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

class CHud
{
public:
	static void Draw(void);
	static void DrawAfterFade(void);
};