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