Added a macro to generate document templates in RCDocs format

This commit is contained in:
n00b
2024-09-28 11:40:47 -04:00
parent 27e8a448ea
commit 3fd18b2ce6
824 changed files with 3292 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#title GetCircleLineIntersection [RCBasic Doc]
#header function GetCircleLineIntersection(circle_x, circle_y, radius, x1, y1, x2, y2, ByRef ix1, ByRef iy1, ByRef ix2, ByRef iy2)