mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-04 17:38:29 -05:00
Old structure: put everything in lib/include New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
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
|