mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
More stubs for GuiSys
This commit is contained in:
15
Runtime/GuiSys/CAuiImagePane.hpp
Normal file
15
Runtime/GuiSys/CAuiImagePane.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CAUIIMAGEPANE_HPP__
|
||||
#define __URDE_CAUIIMAGEPANE_HPP__
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAuiImagePane : public CGuiWidget
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CAUIIMAGEPANE_HPP__
|
||||
Reference in New Issue
Block a user