mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Lots of HUD-related implementations
This commit is contained in:
14
Runtime/GuiSys/CHudBossEnergyInterface.hpp
Normal file
14
Runtime/GuiSys/CHudBossEnergyInterface.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __URDE_CHUDBOSSENERGYINTERFACE_HPP__
|
||||
#define __URDE_CHUDBOSSENERGYINTERFACE_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CHudBossEnergyInterface
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CHUDBOSSENERGYINTERFACE_HPP__
|
||||
Reference in New Issue
Block a user