|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
Classes | |
| class | LibraryLoader |
| Loads and manages a single shared library (DLL / .so / .dylib) at runtime. More... | |
Typedefs | |
| typedef void(* | LibraryFunc_t) (void) |
| Function pointer type for library entry points with no parameters and no return value. | |
| typedef void * | LibraryHandle_t |
| Opaque handle to a dynamically loaded shared library. | |
| typedef void(* Ship::Scripting::LibraryFunc_t) (void) |
Function pointer type for library entry points with no parameters and no return value.
| typedef void* Ship::Scripting::LibraryHandle_t |
Opaque handle to a dynamically loaded shared library.