mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
--cs-float hex
This commit is contained in:
parent
d64a2922ff
commit
85267dc348
24 changed files with 1700 additions and 1691 deletions
|
@ -21,13 +21,10 @@
|
|||
* when sometimes only the `startFrame` matters (as documented).
|
||||
*/
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define CS_FLOAT(ieee754bin, f) (f)
|
||||
#define CMD_F(a) {.f = (a)}
|
||||
#else
|
||||
#define CS_FLOAT(ieee754bin, f) (ieee754bin)
|
||||
/**
|
||||
* TODO comment
|
||||
*/
|
||||
#define CMD_F(a) {(a)}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Marks the beginning of a cutscene script.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue