2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 13:11:21 +00:00
metaforce/Runtime/GuiSys/CAuiImagePane.hpp
2016-03-09 17:47:37 -10:00

16 lines
202 B
C++

#ifndef __URDE_CAUIIMAGEPANE_HPP__
#define __URDE_CAUIIMAGEPANE_HPP__
#include "CGuiWidget.hpp"
namespace urde
{
class CAuiImagePane : public CGuiWidget
{
};
}
#endif // __URDE_CAUIIMAGEPANE_HPP__