[][src]Macro psp::module

macro_rules! module {
    ($name:expr, $version_major:expr, $version_minor: expr) => { ... };
}

Declare a PSP module.

You must also define a fn psp_main() { ... } function in conjunction with this macro.