Loading...
Searching...
No Matches
Go to the documentation of this file.
13#if PLATFORM_WINDOWS || PLATFORM_LINUX
21void* MOD_Load(
const char* path);
30void* MOD_Symbol(
void* handle,
const char* name);
37void MOD_Unload(
void* handle);
44const char* MOD_GetError();