]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/windows/module_platform.h
Add a class for loading and accessing modules at runtime
[libs/core.git] / source / core / windows / module_platform.h
diff --git a/source/core/windows/module_platform.h b/source/core/windows/module_platform.h
new file mode 100644 (file)
index 0000000..81dfd0f
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef MSP_CORE_MODULE_PLATFORM_H_
+#define MSP_CORE_MODULE_PLATFORM_H_
+
+#include <windows.h>
+
+namespace Msp {
+
+typedef HMODULE ModuleHandle;
+
+} // namespace Msp;
+
+#endif