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