mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:11:21 +00:00
16 lines
202 B
C++
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__
|