Documentation for DynLib & PluginManager
Former-commit-id: 3602bd9a6f24ed4adb38879097ea5679b55e3b99
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
using DynLibFunc = int (*)(); // Type "générique" de pointeur sur fonction
|
||||
using DynLibFunc = int (*)(); // "Generic" type of poiter to function
|
||||
|
||||
class DynLibImpl;
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace Nz
|
||||
|
||||
mutable String m_lastError;
|
||||
DynLibImpl* m_impl;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_DYNLIB_HPP
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
|
||||
///TODO: Révision
|
||||
///TODO: Revision
|
||||
namespace Nz
|
||||
{
|
||||
class DynLib;
|
||||
|
||||
Reference in New Issue
Block a user