diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2023-11-13 13:18:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 10:18:43 -0600 |
| commit | 59475cd4f6a12f7847bd0cc2ae6f76a96c250129 (patch) | |
| tree | 33c938371b9ecea3c387cba76004f32dc3bade88 /.vscode | |
| parent | 77894de848a24c52eb17dc5fc637119044b790d7 (diff) | |
fox_rcp (#20)
* func_800B8E14 & func_800B8DD0
* func_800B94D0
* func_800B9618
* func_800B9760
* func_800B9790
* func_800B98A8
* func_800B99C0
* func_800B99F0
* func_800B9A20
* func_800B9B38
* func_800B9C50
* func_800B9D68
* func_800B9E80
* func_800B9EB0
* func_800B9FC8
* func_800BA0E0
* func_800BA110
* func_800BA140
* func_800BA1A0
* func_800BA1D0
* func_800BA2E8
* func_800BA400
* func_800BA430
* func_800BA460
* func_800BA490
* func_800BA4C0
* func_800BA520
* func_800BA550
* func_800BA5E0
* func_800BA640
* func_800843FC
* func_80084370
* func_80084688
* gSetupDLs
* gSetupDLs
* fox_rcp
* break
* newline
* mvoe screen_width and screen_height to gfx.h
* remove space
* correct size
* clang-tidy from mm
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index e04d9ce5..b6b8557b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,6 +34,8 @@ "variables.h": "c", "functions.h": "c", "macros.h": "c", - "random": "c" + "random": "c", + "limits": "c", + "algorithm": "c" }, }
\ No newline at end of file |
