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:
parent
2e740c8f2f
commit
b7e6db1f4f
5 changed files with 7 additions and 2 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue