git-subtree-dir: src/3rdParty/libE57Format git-subtree-split: d51a32d6ab7c5dde5e1c68d0ec8ec61d980f06a3
13 lines
218 B
C++
13 lines
218 B
C++
#pragma once
|
|
// libE57Format testing Copyright © 2022 Andy Maloney <asmaloney@gmail.com>
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
|
|
#include <string>
|
|
|
|
namespace TestData
|
|
{
|
|
bool Exists();
|
|
|
|
const std::string &Path();
|
|
}
|