2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

More stubs for GuiSys

This commit is contained in:
Jack Andersen
2016-03-09 17:47:37 -10:00
parent 8cb4bacb17
commit 5054cd1d8a
49 changed files with 679 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
#ifndef __URDE_CGUICOMPOUNDWIDGET_HPP__
#define __URDE_CGUICOMPOUNDWIDGET_HPP__
#include "CGuiWidget.hpp"
namespace urde
{
class CGuiCompoundWidget : public CGuiWidget
{
};
}
#endif // __URDE_CGUICOMPOUNDWIDGET_HPP__