mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 21:40:36 -04:00
refactor main and irqmgr
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user