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 GetLineIntersection [RCBasic Doc]
#header Function GetLineIntersection(p0_x, p0_y, p1_x, p1_y, p2_x, p2_y, p3_x, p3_y, ByRef i_x, ByRef i_y)