renderbug/lib/Figments/Figment.cpp

10 lines
146 B
C++
Raw Permalink Normal View History

#include "./Figment.h"
const std::vector<Command> emptyCommands;
const std::vector<Command>&
Task::commands() const
{
return emptyCommands;
}