mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef NITRO_OS_SYSTEMWORK_H_
|
|
#define NITRO_OS_SYSTEMWORK_H_
|
|
|
|
#include <nitro/os/context.h>
|
|
#include <nitro/os/common/systemWork_shared.h>
|
|
|
|
#endif //NITRO_OS_SYSTEMWORK_H_
|