mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-30 22:57:59 -05:00
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
|