variabletime/src/Exporter.h
2023-09-24 18:39:52 +02:00

8 lines
81 B
C++

#pragma once
#include "Zip.h"
namespace VariableEditor {
class Exporter {
};
}