]> git.tdb.fi Git - libs/core.git/blob - source/core/module_private.h
Use vectors for storage in Poller
[libs/core.git] / source / core / module_private.h
1 #ifndef MSP_CORE_MODULE_PRIVATE_H_
2 #define MSP_CORE_MODULE_PRIVATE_H_
3
4 #include "module.h"
5 #include "module_platform.h"
6
7 namespace Msp {
8
9 struct Module::Private
10 {
11         ModuleHandle handle;
12 };
13
14 } // namespace Msp
15
16 #endif