mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-03 00:22:32 -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
16 lines
182 B
C
16 lines
182 B
C
#ifndef EXT_H_
|
|
#define EXT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <nitro/ext/ext_scrntest.h>
|
|
#include <nitro/ext/ext_keycontrol.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|