this internal header will never be c++, no need for the extern

This commit is contained in:
Ryan Pavlik
2011-04-28 09:58:52 -05:00
parent 83a030ccd1
commit 51bf525b54

View File

@@ -37,9 +37,6 @@
#ifndef EVENTS_H_INCLUDED #ifndef EVENTS_H_INCLUDED
#define EVENTS_H_INCLUDED #define EVENTS_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
#if defined(_MSC_VER) && (_MSC_VER < 1600) #if defined(_MSC_VER) && (_MSC_VER < 1600)
/* MS compilers of pre-VC2010 versions don't have stdint.h */ /* MS compilers of pre-VC2010 versions don't have stdint.h */
#include "wiiuse_msvcstdint.h" #include "wiiuse_msvcstdint.h"
@@ -52,9 +49,4 @@ void wiiuse_pressed_buttons(struct wiimote_t* wm, byte* msg);
void handshake_expansion(struct wiimote_t* wm, byte* data, uint16_t len); void handshake_expansion(struct wiimote_t* wm, byte* data, uint16_t len);
void disable_expansion(struct wiimote_t* wm); void disable_expansion(struct wiimote_t* wm);
#ifdef __cplusplus
}
#endif
#endif // EVENTS_H_INCLUDED #endif // EVENTS_H_INCLUDED