mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-09 12:08:12 -05:00
7 lines
107 B
C
7 lines
107 B
C
#ifndef NITRO_SYSCALL_H_
|
|
#define NITRO_SYSCALL_H_
|
|
|
|
void SVC_WaitByLoop(u32 ct);
|
|
|
|
#endif //NITRO_SYSCALL_H_
|