Skip to content

Commit 992e763

Browse files
committed
doc/map_v4.ksy: Interprete sound items
1 parent 70557a8 commit 992e763

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/map_v4.ksy

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ types:
170170
item_kind::group: group_item
171171
item_kind::layer: layer_item
172172
item_kind::env_points: env_points_item
173+
item_kind::sound: sound_item
173174
item_kind::ex_type_index: ex_type_index_item
174175
_: unknown_item
175176
size: data_size
@@ -211,6 +212,7 @@ types:
211212
- id: data_index
212213
enum: optional
213214
type: s4
215+
214216
envelope_item:
215217
seq:
216218
- id: version
@@ -454,6 +456,18 @@ types:
454456
- id: bezier
455457
type: bezier
456458

459+
sound_item:
460+
seq:
461+
- id: version
462+
type: s4
463+
- id: external
464+
enum: bool
465+
type: s4
466+
- id: name
467+
type: optional_string_data_index
468+
- id: data_index
469+
type: s4
470+
457471
ex_type_index_item:
458472
seq:
459473
- id: uuid

0 commit comments

Comments
 (0)