20 lines
522 B
C++
20 lines
522 B
C++
// AUTO-GENERATED DO NOT TOUCH
|
|
|
|
/*********************************************************************
|
|
* \file BigFileInfo.generated.hpp
|
|
*
|
|
*********************************************************************/
|
|
#ifndef BIGFOOT_ENGINETESTS_BIGFILEINFO_GENERATED_HPP
|
|
#define BIGFOOT_ENGINETESTS_BIGFILEINFO_GENERATED_HPP
|
|
|
|
#include <EASTL/string_view.h>
|
|
|
|
namespace Bigfoot
|
|
{
|
|
/*
|
|
* BigFile location
|
|
*/
|
|
constexpr eastl::string_view BIGFILE_ENGINETESTS_LOCATION {"./EngineTests-bigfile.db"};
|
|
} // namespace Bigfoot
|
|
#endif
|