mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 09:11:20 +00:00
16 lines
205 B
C++
16 lines
205 B
C++
#ifndef __URDE_CAUIENERGYBAR_HPP__
|
|
#define __URDE_CAUIENERGYBAR_HPP__
|
|
|
|
#include "CGuiWidget.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAuiEnergyBarT01 : public CGuiWidget
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CAUIENERGYBAR_HPP__
|