Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: 52c67ad3c3e137e1a7239775ae0c5eab899249d4
This commit is contained in:
commit
3b48e556aa
|
|
@ -19,7 +19,7 @@ class NzDynLibImpl : NzNonCopyable
|
||||||
NzDynLibImpl(NzDynLib* m_parent);
|
NzDynLibImpl(NzDynLib* m_parent);
|
||||||
~NzDynLibImpl() = default;
|
~NzDynLibImpl() = default;
|
||||||
|
|
||||||
NzDynLibFunc GetSymbol(const NzString& symbol) const;
|
NzDynLibFunc GetSymbol(const NzString& symbol, NzString& errorMessage) const;
|
||||||
bool Load(const NzString& libraryPath);
|
bool Load(const NzString& libraryPath);
|
||||||
void Unload();
|
void Unload();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue