Starship/tools/permuter_settings.toml
petrie911 5152d504b3
audio_general, audio data import, naming lots of audio functions (#144)
* heapsort

* suff

* load init

* split

* split data

* begone asm

* names

* names and cleanup

* let's try this

* woo macros

* general

* bgm macro

* names
2024-03-01 15:57:44 -03:00

31 lines
630 B
TOML

compiler_type = "ido"
[preserve_macros]
"g[DS]P.*" = "void"
"gs[DS]P.*" = "void"
"G_.*" = "int"
"M_.*" = "float"
"ARRAY_COUNT" = "int"
"[AB]_BUTTON" = "int"
"START_BUTTON" = "int"
"[LRZ]_TRIG" = "int"
"[ULRD]_JPAD" = "int"
"[ULRD]_CBUTTONS" = "int"
"SEGMENTED_TO_VIRTUAL" = "void*"
"OS_PHYSICAL_TO_K0" = "int"
"RAD_TO_DEG" = "float"
"DEG_TO_RAD" = "float"
"NULL" = "void*"
"RAND_F.*" = "float"
"RAND_I.*" = "int"
"RAND_D.*" = "double"
"RAND_RANGE" = "float"
"SIN_DEG" = "float"
"COS_DEG" = "float"
"true" = "int"
"false" = "int"
"DMG_.*" = "int"
"AUDIOCMD_.*" = "void"
[decompme.compilers]
"tools/ido-recomp/linux/cc" = "ido5.3"