mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
array sizes
This commit is contained in:
parent
1118bd97d9
commit
602c2d860a
3 changed files with 3 additions and 10709 deletions
|
|
@ -427,9 +427,9 @@ pub fn generate_game_events(demo: Demo) -> TokenStream {
|
|||
}
|
||||
|
||||
pub fn get_sizes() -> fnv::FnvHashMap<&'static str, usize> {
|
||||
vec![
|
||||
[
|
||||
#(#sizes,)*
|
||||
].into_iter().collect()
|
||||
].iter().copied().collect()
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue