libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
LibraryLoader.h File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for LibraryLoader.h:
This graph shows which files directly or indirectly include this file:

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.