You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678 |
- #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;
|