mirror of https://github.com/AxioDL/metaforce.git
16 lines
202 B
C++
16 lines
202 B
C++
|
#ifndef __URDE_CAUIMETER_HPP__
|
||
|
#define __URDE_CAUIMETER_HPP__
|
||
|
|
||
|
#include "CGuiCompoundWidget.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CAuiMeter : public CGuiCompoundWidget
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CAUIMETER_HPP__
|