Telkin
Loading...
Searching...
No Matches
Mod.h File Reference

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< ModInfotk::getMods ()
bool tk::isModLoaded (const char *id)