playing nice with C

This commit is contained in:
Christopher Dickson
2017-09-02 12:32:48 -04:00
parent c2b1350cae
commit 255fb406c4

View File

@@ -26,6 +26,10 @@ SOFTWARE.
#ifndef ViGEmClient_h__
#define ViGEmClient_h__
#ifdef __cplusplus
extern "C" {
#endif
#include "ViGEmCommon.h"
/**
@@ -436,4 +440,8 @@ VIGEM_TARGET_TYPE vigem_target_get_type(PVIGEM_TARGET target);
*/
BOOL vigem_target_is_attached(PVIGEM_TARGET target);
#ifdef __cplusplus
}
#endif
#endif // ViGEmClient_h__