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