summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 482b1de..66674f3 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1,5 +1,10 @@
#include "raylib/core.h"
+const struct mrb_data_type Color_type = {
+ "Color", mrb_free
+};
+
+
/*
* @overload init_window(width: 800, height: 600, title: "Hello World from Raylib!")
* @param width [Integer]