summaryrefslogtreecommitdiffhomepage
path: root/mrblib/shapes.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-09 06:48:37 -0500
committerrealtradam <[email protected]>2022-02-09 06:48:37 -0500
commitaaed2a48f4565862aed1694e68105f1a06ebd3c8 (patch)
treea4314b0f3f4458be508451cde6092bc4e086bb84 /mrblib/shapes.rb
parent42b452cabe2b7ae6651891616d4d13030c018492 (diff)
downloadmruby-raylib-aaed2a48f4565862aed1694e68105f1a06ebd3c8.tar.gz
mruby-raylib-aaed2a48f4565862aed1694e68105f1a06ebd3c8.zip
rewrite of texture drawing methods
Diffstat (limited to 'mrblib/shapes.rb')
-rw-r--r--mrblib/shapes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/mrblib/shapes.rb b/mrblib/shapes.rb
new file mode 100644
index 0000000..94c4bf1
--- /dev/null
+++ b/mrblib/shapes.rb
@@ -0,0 +1,2 @@
+module Raylib
+end