pokeplatinum/lib/NitroSDK/include/nitro/ext.h
luckytyphlosion 320da2296d Move around library includes.
Old structure: put everything in lib/include
New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
2023-01-05 18:53:16 -05:00

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