1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 14:34:32 +00:00

Changes in PR #15 (2)

- Documented z_msgevent.c
This commit is contained in:
Random 2020-03-20 17:15:39 +01:00
parent bf07193791
commit 1fe00fcce1
7 changed files with 22 additions and 10 deletions

View file

@ -76,9 +76,11 @@
*
**************************************************************************/
#define M_GFXTASK 1
#define M_AUDTASK 2
#define M_VIDTASK 3
#define M_NULTASK 0
#define M_GFXTASK 1
#define M_AUDTASK 2
#define M_VIDTASK 3
#define M_NJPEGTASK 4
#define M_HVQTASK 6
#define M_HVQMTASK 7