8 lines
81 B
C++
8 lines
81 B
C++
#pragma once
|
|
|
|
#include "Zip.h"
|
|
|
|
namespace VariableEditor {
|
|
class Exporter {
|
|
};
|
|
}
|