mdds
Loading...
Searching...
No Matches
env.hpp
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
3// SPDX-FileCopyrightText: 2022 - 2025 Kohei Yoshida
4//
5// SPDX-License-Identifier: MIT
6
7#pragma once
8
9#ifndef MDDS_MTV_USE_STANDARD_ELEMENT_BLOCKS
10#define MDDS_MTV_USE_STANDARD_ELEMENT_BLOCKS 1
11#endif
12
13/* vim:set shiftwidth=4 softtabstop=4 expandtab: */