]> git.tdb.fi Git - libs/core.git/commit
Add a class for loading and accessing modules at runtime
authorMikko Rasa <tdb@tdb.fi>
Sat, 29 Oct 2016 16:43:42 +0000 (19:43 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 29 Oct 2016 16:43:42 +0000 (19:43 +0300)
commit37e49590062c96cfa5f32509a88d5371a4dd83f2
tree9982f92b5e0986bfe899b50e300fe4d5d538f36e
parent2b6b7d97cb2b68c72299dcedc2dc986e775c8953
Add a class for loading and accessing modules at runtime
source/core/module.h [new file with mode: 0644]
source/core/module_private.h [new file with mode: 0644]
source/core/unix/module.cpp [new file with mode: 0644]
source/core/unix/module_platform.h [new file with mode: 0644]
source/core/windows/module.cpp [new file with mode: 0644]
source/core/windows/module_platform.h [new file with mode: 0644]