diff options
Diffstat (limited to 'include/m_system.h')
-rw-r--r-- | include/m_system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_system.h b/include/m_system.h index e1ffabc7df..012f36a99a 100644 --- a/include/m_system.h +++ b/include/m_system.h @@ -163,4 +163,8 @@ typedef struct #define ME_SYSTEM_MISSINGSERVICE "System/MissingService"
+#if defined(__cplusplus)
+ #include <m_system_cpp.h>
+#endif
+
#endif // M_SYSTEM_H
|