aboutsummaryrefslogtreecommitdiff
path: root/examples/game/raylib.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game/raylib.tm')
-rw-r--r--examples/game/raylib.tm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/game/raylib.tm b/examples/game/raylib.tm
index 2721d0e1..faa6f227 100644
--- a/examples/game/raylib.tm
+++ b/examples/game/raylib.tm
@@ -57,6 +57,7 @@ extern CloseWindow:func()
extern ClearBackground:func(color:Color)
extern DrawRectangle:func(x,y,width,height:Int32, color:Color)
extern DrawRectangleRec:func(rec:Rectangle, color:Color)
+extern DrawRectangleV:func(pos:Vector2, size:Vector2, color:Color)
extern DrawText:func(text:CString, x,y:Int32, text_height:Int32, color:Color)
extern GetScreenWidth:func(->Int32)
extern GetScreenHeight:func(->Int32)