1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

made DemoTicker cloneable

This commit is contained in:
Tails8521 2020-09-22 22:30:08 +02:00 committed by Robin Appelman
commit b7e6db1f4f
5 changed files with 7 additions and 2 deletions

View file

@ -15,7 +15,7 @@ pub struct CreateStringTableMessage<'a> {
pub table: Box<StringTable<'a>>,
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct StringTableMeta {
pub max_entries: u16,
pub fixed_userdata_size: Option<FixedUserDataSize>,