From 2e65132d2409c5df75882fd48e20218904d50808 Mon Sep 17 00:00:00 2001 From: Capital Date: Thu, 14 Sep 2023 22:01:53 -0400 Subject: [PATCH] raylib-docs: more docs --- extra/raylib/raylib-docs.factor | 5250 ++++++++++++++++++++++++++++++- 1 file changed, 5233 insertions(+), 17 deletions(-) diff --git a/extra/raylib/raylib-docs.factor b/extra/raylib/raylib-docs.factor index ac845d797a..62be6384b5 100644 --- a/extra/raylib/raylib-docs.factor +++ b/extra/raylib/raylib-docs.factor @@ -1,8 +1,10 @@ ! Copyright (C) 2023 CapitalEx. ! See https://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types arrays help.markup help.syntax -kernel make math math.parser quotations sequences strings urls ; +kernel make math math.parser quotations sequences strings urls +alien.c-types ; IN: raylib +FROM: alien.c-types => float ;