|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Ship::Scripting::LibraryLoader |
| Loads and manages a single shared library (DLL / .so / .dylib) at runtime. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
| namespace | Ship::Scripting |
Typedefs | |
| 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. | |