mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07:00
19 lines
233 B
C
19 lines
233 B
C
#ifndef SETTHREADPRI_H
|
|
#define SETTHREADPRI_H
|
|
|
|
#include "types.h"
|
|
#include "libultra/osThread.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void osSetThreadPri(OSThread* thread, OSPri priority);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif |