Files
oak-editor/app/render/exporter.cpp
T
itsmattkc 7a7d304268 use uuid for identifying viewers
To aid generating a cache ID, each viewer node needs a UUID. Previous iterations
tried to hash a name and time, but a UUID is a much more efficient way to do
this.
2019-12-20 04:32:17 +11:00

7 lines
49 B
C++

#include "exporter.h"
Exporter::Exporter()
{
}