Go to the source code of this file.
Classes | |
| struct | tk::ModInfo |
Namespaces | |
| namespace | tk |
Typedefs | |
| using | tk::startfunc_t = void (*)(u32, u32) |
| using | tk::getTitleID_t = u64 (*)() |
| using | tk::getModID_t = const char* (*)() |
| using | tk::getModuleType_t = ModuleType (*)() |
| using | tk::getDependencyManifest_t = const u8* (*)() |
Enumerations | |
| enum class | tk::ModuleType : u32 { tk::Null , tk::Special , tk::CoreMod , tk::CoreAPI , tk::Standard } |
Functions | |
| const std::span< ModInfo > | tk::getMods () |
| bool | tk::isModLoaded (const char *id) |