diff --git a/swf/src/types.rs b/swf/src/types.rs index 6d3ec5c9e..de4b25311 100644 --- a/swf/src/types.rs +++ b/swf/src/types.rs @@ -3,6 +3,9 @@ //! These structures are documented in the Adobe SWF File Format Specification //! version 19 (henceforth SWF19): //! + +//! The Twips struct has been moved to a separate file, swf/src/types/Twips.rs +//! Also check out Twips2d.rs use crate::string::SwfStr; use bitflags::bitflags; use enum_map::Enum;