mirror of https://github.com/zeldaret/oot.git
fix2
This commit is contained in:
parent
dfb2d48b19
commit
a1d8e70995
|
@ -1,4 +1,6 @@
|
|||
#include "libaudio.h"
|
||||
#include "stdbool.h"
|
||||
#include "stddef.h"
|
||||
#include "synthInternals.h"
|
||||
#include "ultra64/convert.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#include "libaudio.h"
|
||||
#include "stdbool.h"
|
||||
#include "stddef.h"
|
||||
#include "stdint.h"
|
||||
#include "synthInternals.h"
|
||||
#include "ultra64/R4300.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include "libaudio.h"
|
||||
#include "stdbool.h"
|
||||
#include "stddef.h"
|
||||
#include "synthInternals.h"
|
||||
#include "ultra64/convert.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#include "libaudio.h"
|
||||
#include "stdbool.h"
|
||||
#include "stddef.h"
|
||||
#include "stdint.h"
|
||||
#include "synthInternals.h"
|
||||
#include "ultra64/convert.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue