mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-28 08:53:37 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -16,7 +16,7 @@ namespace df
|
||||
{
|
||||
namespace
|
||||
{
|
||||
uint32_t const kDynamicStreamID = 0x7F;
|
||||
uint32_t constexpr kDynamicStreamID = 0x7F;
|
||||
|
||||
struct CirclesPackStaticVertex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user