Commit 27aac365 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent b667c8a9
...@@ -2492,6 +2492,23 @@ namespace NSEditorApi ...@@ -2492,6 +2492,23 @@ namespace NSEditorApi
LINK_PROPERTY_INT(Id) LINK_PROPERTY_INT(Id)
LINK_PROPERTY_STRING(Path) LINK_PROPERTY_STRING(Path)
}; };
class CAscLocalFileCreate : public IMenuEventDataBase
{
private:
int m_nType;
public:
CAscLocalFileCreate()
{
}
virtual ~CAscLocalFileCreate()
{
}
LINK_PROPERTY_INT(Type)
};
} }
#endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_ #endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment