pokeplatinum/lib/include/nitro/ext.h
2022-12-29 13:47:47 +01: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