red4ext_rs

Macro res_ref

Source
macro_rules! res_ref {
    ($base:expr, /$lit:literal $($tt:tt)*) => { ... };
    ($base:expr, ) => { ... };
    ($lit:literal $($tt:tt)*) => { ... };
}
Expand description

shortcut for ResRef creation.