metaforce/Runtime/GuiSys/CAuiMeter.hpp

18 lines
245 B
C++
Raw Normal View History

2016-03-10 03:47:37 +00:00
#ifndef __URDE_CAUIMETER_HPP__
#define __URDE_CAUIMETER_HPP__
#include "CGuiCompoundWidget.hpp"
namespace urde
{
class CAuiMeter : public CGuiCompoundWidget
{
2016-03-11 00:23:16 +00:00
public:
static void LoadWidgetFnMap();
2016-03-10 03:47:37 +00:00
};
}
#endif // __URDE_CAUIMETER_HPP__