2
0
thareh 3 долоо хоног өмнө
parent
commit
3d1e5dc243
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      blitz.mod/blitz.bmx

+ 5 - 0
blitz.mod/blitz.bmx

@@ -1438,3 +1438,8 @@ Rem
 bbdoc: Denotes an array as a static array, with its content allocated on the stack.
 keyword: "StaticArray"
 End Rem
+
+Rem
+bbdoc: Marks a function as inline which replaces the function call with the acual code of the function for less overhead.
+keyword: "Inline"
+End Rem