13
0
livetrax/libs/pbd/command.cc

11 lines
159 B
C++
Raw Normal View History

#include <pbd/command.h>
#include <pbd/xml++.h>
XMLNode &Command::get_state()
{
XMLNode *node = new XMLNode ("Command");
// TODO
return *node;
}