mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
32 lines
592 B
C
32 lines
592 B
C
#ifndef DWC_CORE_H_
|
|
#define DWC_CORE_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <base/dwc_connectinet.h>
|
|
#include <base/dwc_error.h>
|
|
#include <base/dwc_init.h>
|
|
#include <base/dwc_memfunc.h>
|
|
#include <base/dwc_nasfunc.h>
|
|
#include <base/dwc_report.h>
|
|
|
|
#ifndef NITRODWC_NOGS
|
|
#include <base/dwc_account.h>
|
|
#include <base/dwc_base_gamespy.h>
|
|
#include <base/dwc_common.h>
|
|
#include <base/dwc_friend.h>
|
|
#include <base/dwc_ghttp.h>
|
|
#include <base/dwc_login.h>
|
|
#include <base/dwc_match.h>
|
|
#include <base/dwc_transport.h>
|
|
#include <base/dwc_main.h>
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|