mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
e812ca54b7
* Update from master to new branch * WIP func_i1_8019949C * Match func_i1_8019949C * Attempt to migrate data for sf_tr360 * Match sf_tr360.c with data migration.
15 lines
295 B
TOML
15 lines
295 B
TOML
compiler_type = "ido"
|
|
|
|
[preserve_macros]
|
|
"g[DS]P.*" = "void"
|
|
"gs[DS]P.*" = "void"
|
|
"M_.*" = "float"
|
|
"ARRAY_COUNT" = "int"
|
|
"[AB]_BUTTON" = "int"
|
|
"START_BUTTON" = "int"
|
|
"[LRZ]_TRIG" = "int"
|
|
"[ULRD]_JPAD" = "int"
|
|
"[ULRD]_CBUTTONS" = "int"
|
|
|
|
[decompme.compilers]
|
|
"tools/ido-recomp/linux/cc" = "ido5.3" |