2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-24 07:31:59 +00:00
metaforce/Runtime/GuiSys/CAuiMeter.hpp
2016-03-09 17:47:37 -10:00

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__