1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

Fix all headers to comply with C standard (#957)

* Fix all headers to comply with C standard

* fix a file in libultra

* Update include/stdbool.h

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

* Update stdbool.h

* Update z64animation.h

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
louist103 2021-09-15 19:24:19 -04:00 committed by GitHub
parent fbc4071cc8
commit e3f1ccd902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
524 changed files with 1051 additions and 1050 deletions

View file

@ -1,5 +1,5 @@
#ifndef _ULTRA64_ABI_H_
#define _ULTRA64_ABI_H_
#ifndef ULTRA64_ABI_H
#define ULTRA64_ABI_H
/* Audio commands: */
/*
@ -528,4 +528,4 @@ typedef short ENVMIX_STATE[40];
_a->words.w1 = _SHIFTL(pitchAccu, 0, 16); \
}
#endif /* _ULTRA64_ABI_H_ */
#endif /* ULTRA64_ABI_H */