diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2023-11-11 22:08:26 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 19:08:26 -0600 |
| commit | a56edcf8e8649e03401655089bf1e039ad5c2f1c (patch) | |
| tree | dcd8dd7bb3ff3675edebd09b377b317bd3dd2f3a /.vscode | |
| parent | 6b4015367d6b71a98679ca1a0bc79949550e5d15 (diff) | |
Several functions (#18)
* func_800BA760
* func_800BA7BC
* func_800B8F48 & func_800B8F78
* func_800B8FA8
* func_800B8FD8
* func_800B9120
* func_800B9150
* func_800B9298
* func_800B92F8
* func_800B9328 & func_800B9358
* func_800B94A0
* func_800B9730
* func_800BA808
* fix func_8002E4F8 args
* func_800B9388
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index bd9dc9ac..3546560a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,6 +31,7 @@ "controller.h": "c", "os_version.h": "c", "stdbool.h": "c", - "variables.h": "c" + "variables.h": "c", + "random": "c" }, }
\ No newline at end of file |
