mirror of
https://github.com/zeldaret/oot
synced 2026-08-05 01:29:54 -04:00
--cs-float hex
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user