Macro red4ext_rs::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.