mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 06:31:21 +00:00
17 lines
210 B
C++
17 lines
210 B
C++
#ifndef __URDE_CAUIMETER_HPP__
|
|
#define __URDE_CAUIMETER_HPP__
|
|
|
|
#include "CGuiCompoundWidget.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAuiMeter : public CGuiCompoundWidget
|
|
{
|
|
public:
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CAUIMETER_HPP__
|