mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-19 01:05:34 -04:00
Add missing C++ header guards
This commit is contained in:
parent
fc0d3365b6
commit
7e65d659a4
@ -6,6 +6,10 @@
|
|||||||
// http://www.nightfoxandco.com/
|
// http://www.nightfoxandco.com/
|
||||||
// Version 20110502
|
// Version 20110502
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __NF_WIFI_H__
|
#ifndef __NF_WIFI_H__
|
||||||
#define __NF_WIFI_H__
|
#define __NF_WIFI_H__
|
||||||
|
|
||||||
@ -92,5 +96,8 @@ s32 NF_WIFI_UdpListen(u32 timeout);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user