From f26e77ba4088f20e72e13409f9ad535039abd291 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Mon, 3 Jun 2024 11:33:03 -0700 Subject: More General Cleanup (#1638) * LINKER_FILES in makefile * COLPOLY_GET_NORMAL * math header * libc * M_PI for cosf and sinf files * MAXFLOAT * Revert "MAXFLOAT" This reverts commit 96b75ffaa89b1a4ca1c08278b28bc3c70224701a. * Remove SHT_MINV * SHRT_MAX * Add M_PI * Angle macros * f suffix * Format --- docs/tutorial/vscode.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/tutorial') diff --git a/docs/tutorial/vscode.md b/docs/tutorial/vscode.md index 473af8a61..63b035ed6 100644 --- a/docs/tutorial/vscode.md +++ b/docs/tutorial/vscode.md @@ -47,6 +47,7 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur "intelliSenseMode": "${default}", // Shouldn't matter "includePath": [ // Matches makefile's includes "include", + "include/libc", "src", "assets", "build/n64-us/", -- cgit v1.2.3