metaforce/Runtime/GuiSys/CHudHelmetInterface.hpp

18 lines
283 B
C++
Raw Normal View History

2017-04-02 03:03:37 +00:00
#ifndef __URDE_CHUDHELMETINTERFACE_HPP__
#define __URDE_CHUDHELMETINTERFACE_HPP__
namespace urde
{
class CGuiFrame;
class CHudHelmetInterface
{
public:
CHudHelmetInterface(CGuiFrame& helmetFrame);
void UpdateHelmetAlpha();
};
}
#endif // __URDE_CHUDHELMETINTERFACE_HPP__