mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 02:32:50 -05:00
8 lines
174 B
C
8 lines
174 B
C
#ifndef POKEDIAMOND_ARM7_OS_THREAD_H
|
|
#define POKEDIAMOND_ARM7_OS_THREAD_H
|
|
|
|
#include "OS_context.h"
|
|
#include "nitro/OS_thread_shared.h"
|
|
|
|
#endif //POKEDIAMOND_ARM7_OS_THREAD_H
|