mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 15:47:43 +00:00
Various widget constructor stubs and factories
This commit is contained in:
@@ -2,10 +2,17 @@
|
||||
#define __URDE_CGUILIGHT_HPP__
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
#include "Graphics/CLight.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiLight : public CGuiWidget
|
||||
{
|
||||
public:
|
||||
CGuiLight(const CGuiWidgetParms& parms, const CLight& light);
|
||||
static CGuiLight* Create(CGuiFrame* frame, CInputStream& in, bool);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user