mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-24 23:21:26 -04:00
4b30f1a654
* internal_rsp; move size_t and NULL to ultratypes.h * guint.h * Move system variables to os_system.h * controller, pi and vi * osint.h * piint.h * siint, ucode, viint, voiceinternal * Remove remaining variables from variables.h * format * final renames * bss * review * review
9 lines
121 B
C
9 lines
121 B
C
#ifndef PR_VOICE_INTERNAL_H
|
|
#define PR_VOICE_INTERNAL_H
|
|
|
|
#include "ultratypes.h"
|
|
|
|
extern s32 __osPfsLastChannel;
|
|
|
|
#endif
|