JustAnotherDnDGame
0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
BuildConfig.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2026 Valentin Eloy
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
4
#pragma once
5
10
11
namespace
core
{
12
20
#if defined(NDEBUG)
21
inline
constexpr
bool
DEVELOPER_BUILD
=
false
;
22
#else
23
inline
constexpr
bool
DEVELOPER_BUILD
=
true
;
24
#endif
25
26
}
// namespace core
core
Espace de noms du moteur et de la logique de jeu.
Definition
Bootstrap.h:9
core::DEVELOPER_BUILD
constexpr bool DEVELOPER_BUILD
Vrai dans les builds de développement (Debug), faux en Release.
Definition
BuildConfig.h:23
Source
Core
BuildConfig.h
Generated by
1.16.1