]> git.tdb.fi Git - libs/core.git/blob - source/core/unix/module_platform.h
Add a class for loading and accessing modules at runtime
[libs/core.git] / source / core / unix / module_platform.h
1 #ifndef MSP_CORE_MODULE_PLATFORM_H_
2 #define MSP_CORE_MODULE_PLATFORM_H_
3
4 namespace Msp {
5
6 typedef void *ModuleHandle;
7
8 } // namespace Msp
9
10 #endif