From b14047e440db4ab34b3987c557b0e53198490b66 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 1 Apr 2021 21:17:07 +0200 Subject: [PATCH] Updated raylib libc dependency (markdown) --- raylib-libc-dependency.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/raylib-libc-dependency.md b/raylib-libc-dependency.md index 53c0bf8..c05fdbd 100644 --- a/raylib-libc-dependency.md +++ b/raylib-libc-dependency.md @@ -41,8 +41,7 @@ While working on **raylib 3.0** I took some time to analyze that dependency in d | :----: | --------------- | ----------------- | | models, shapes, camera | sinf(), asinf(), cosf()
acosf(), sqrtf(), atan2f() | *several funcs.* | | raymath | sinf(), cosf(), acosf(), tan()
fabs(), sqrtf(), fminf(), fmaxf() | *several funcs.* | -| core | tan() | BeginMode3D() | -| rlgl | atan2() | SetVrConfiguration() | +| core | tan(), atan2() | BeginMode3D(), InitVrSimulator() | | text | sqrtf() | GenImageFontAtlas() | ### stdarg.h