mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 23:58:28 -05:00
20 lines
265 B
C
20 lines
265 B
C
#ifndef NITROWIFI_H_
|
|
#define NITROWIFI_H_
|
|
|
|
#ifdef SDK_ARM9
|
|
|
|
#include <nitroWiFi/socket.h>
|
|
#include <nitroWiFi/wcm.h>
|
|
|
|
#include <nitroWiFi/ssl.h>
|
|
|
|
#ifndef SDKWIFI_NO_SO_SYMBOLS
|
|
#include <nitroWiFi/so2soc.h>
|
|
#include <nitroWiFi/iw2wcm.h>
|
|
#endif
|
|
|
|
#else
|
|
#endif
|
|
|
|
#endif
|