Files
meta.hpp/develop/unshared/meta_shared_lib/meta_shared_lib.hpp
BlackMATov eb8857d56d Happy New Year! 🥳
2025-01-17 19:33:53 +07:00

19 lines
595 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/meta.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2021-2025, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#pragma once
#include <meta.hpp.shared.lib_export.h>
#include <meta.hpp/meta_all.hpp>
namespace meta_shared_lib
{
namespace meta = meta_hpp;
META_HPP_SHARED_LIB_EXPORT meta::scope get_library_scope();
}