mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 04:45:23 +00:00
More stubs for GuiSys
This commit is contained in:
15
Runtime/GuiSys/CAuiEnergyBarT01.hpp
Normal file
15
Runtime/GuiSys/CAuiEnergyBarT01.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CAUIENERGYBAR_HPP__
|
||||
#define __URDE_CAUIENERGYBAR_HPP__
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAuiEnergyBarT01 : public CGuiWidget
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CAUIENERGYBAR_HPP__
|
||||
Reference in New Issue
Block a user