mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 23:58:28 -05:00
16 lines
181 B
C
16 lines
181 B
C
#ifndef NITRO_STD_H_
|
|
#define NITRO_STD_H_
|
|
|
|
#include <nitro/std/string.h>
|
|
#include <nitro/std/unicode.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|