X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fmodule_private.h;fp=source%2Fcore%2Fmodule_private.h;h=52d86595c604d16dc5e362a69e3e94f4cf1af4c1;hb=37e49590062c96cfa5f32509a88d5371a4dd83f2;hp=0000000000000000000000000000000000000000;hpb=2b6b7d97cb2b68c72299dcedc2dc986e775c8953;p=libs%2Fcore.git diff --git a/source/core/module_private.h b/source/core/module_private.h new file mode 100644 index 0000000..52d8659 --- /dev/null +++ b/source/core/module_private.h @@ -0,0 +1,16 @@ +#ifndef MSP_CORE_MODULE_PRIVATE_H_ +#define MSP_CORE_MODULE_PRIVATE_H_ + +#include "module.h" +#include "module_platform.h" + +namespace Msp { + +struct Module::Private +{ + ModuleHandle handle; +}; + +} // namespace Msp + +#endif