mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-21 18:00:56 -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
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
|