repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup
[carla.git]
/
source
/
includes
/
clap
/
id.h
blob
3b2b6e67247961476ca009f4ee25ae1c35fbdd9a
1
#pragma once
2
3
#include
"private/std.h"
4
#include
"private/macros.h"
5
6
typedef
uint32_t
clap_id
;
7
8
static const
CLAP_CONSTEXPR clap_id CLAP_INVALID_ID
=
UINT32_MAX
;