mirror of https://github.com/axmolengine/axmol.git
11 lines
424 B
C++
11 lines
424 B
C++
#include "WidgetReader/WidgetReaderProtocol.h"
|
|
|
|
namespace cocostudio
|
|
{
|
|
WidgetReaderProtocol::~WidgetReaderProtocol() {}
|
|
void WidgetReaderProtocol::setPropsFromProtocolBuffers(ax::ui::Widget* widget,
|
|
const protocolbuffers::NodeTree& nodeTree)
|
|
{}
|
|
void WidgetReaderProtocol::setPropsFromXML(ax::ui::Widget* widget, pugi::xml_node objectData) {}
|
|
} // namespace cocostudio
|