pgpl/tests/clap/id.h

8 lines
161 B
C
Raw Permalink Normal View History

2025-10-03 20:16:11 +02:00
#pragma once
#include "private/std.h"
#include "private/macros.h"
typedef uint32_t clap_id;
static const CLAP_CONSTEXPR clap_id CLAP_INVALID_ID = UINT32_MAX;