mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
re-export AsPropPlacement
This commit is contained in:
parent
a8a090ee1a
commit
cecc7b2432
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::{Handle, StaticPropLump};
|
||||
use vbsp_common::{AsPropPlacement, PropPlacement};
|
||||
pub use vbsp_common::{AsPropPlacement, PropPlacement};
|
||||
|
||||
impl<'a> AsPropPlacement<'a> for Handle<'a, StaticPropLump> {
|
||||
fn as_prop_placement(&self) -> PropPlacement<'a> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue