mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Lots of HUD-related implementations
This commit is contained in:
17
Runtime/GuiSys/CHudRadarInterface.hpp
Normal file
17
Runtime/GuiSys/CHudRadarInterface.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CHUDRADARINTERFACE_HPP__
|
||||
#define __URDE_CHUDRADARINTERFACE_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CGuiFrame;
|
||||
class CStateManager;
|
||||
|
||||
class CHudRadarInterface
|
||||
{
|
||||
public:
|
||||
CHudRadarInterface(CGuiFrame& selHud, CStateManager& stateMgr);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CHUDRADARINTERFACE_HPP__
|
||||
Reference in New Issue
Block a user